{% extends base_template %} {% load tethys_gizmos static %} {% block import_gizmos %} {% import_gizmo_dependency select_input %} {% endblock %} {% block app_navigation %} {# NAV HEADER #} {% block before_nav_header %} {% endblock %} {% include 'tethys_layouts/components/nav_header.html' %} {% block after_nav_header %} {% endblock %} {# TABS #}
{% block map_tabs %} {% endblock %} {# TAB PANELS #} {% block map_tab_panels %}
{# LAYERS TAB PANEL #}
{% block layer_tab_panel %} {% for layer_group in layer_groups %} {% if layer_group.id == 'custom_layers' and not show_custom_layer %} {# PASS #} {% else %} {% include 'tethys_layouts/map_layout/layer_group_content.html' %} {% endif %} {% endfor %} {% endblock %}
{# LEGEND TAB PANEL #} {% if show_legends %} {% block legend_panel %} {% if legends %}
{% block legend_items %} {% for legend, legend_select_input in legends %} {% endfor %} {% endblock %}
{% endif %} {% endblock %} {% endif %} {# CUSTOM TAB PANELS #} {% block custom_map_tab_panels %} {% endblock %}
{% endblock %}
{% endblock %} {% block app_content %} {# ADDRESS SEARCH/GEOCODE #} {% if geocode_enabled and can_use_geocode %}
{% endif %} {# MAP #} {% block map %} {% gizmo map_view %} {% endblock %} {# MAP ATTRIBUTES #}
{% if can_use_plot %} {# PLOT SLIDE SHEET #} {% gizmo plot_slide_sheet %} {% endif %} {% csrf_token %} {% endblock %} {% block app_actions %} {% endblock %} {% block after_app_content %} {# Action Modal #} {# Properties Pop-up #}
×
{% endblock %} {% block content_dependent_styles %} {{ block.super }} {% if map_type == "cesium_map_view" %} {% endif %} {% if wide_nav %} {% endif %} {% endblock %} {% block scripts %} {{ block.super }} {% if map_type == "cesium_map_view" %} {% else %} {% endif %} {% endblock %}