{% extends 'netbox_geoview/base.html' %} {% load helpers %} {% load i18n %} {% block content %} {{ map_config|json_script:"geoview-map-config" }} {% if active_tab == 'map' and active_filter_badges %}
{% for badge in active_filter_badges %} {{ badge }} {% endfor %} {% if save_filter_url %} {% trans "Save" %} {% endif %}
{% endif %}
{% include 'netbox_geoview/filter.html' %}
{% endblock content %}