Portrait {{ params.meshes_of_the_titles|get_item:params.territory_mesh }} {{ params.territory_name }}

{% include "territories_dashboard_lib/website/pages/indicators/components/side_panel_geo.html" %} {% include "./components/settings.html" %} {% include "./components/summary.html" %} {% for section in picture_config.sections %}

{{ section.title }} {% include "territories_dashboard_lib/website/pages/indicators/components/anchor.html" with anchor=section.title_id only %}

{% for component in section.components %} {% include "./components/component.html" %} {% endfor %}
{% for subsection in section.subsections %}

{{ subsection.title }} {% include "territories_dashboard_lib/website/pages/indicators/components/anchor.html" with anchor=subsection.title_id only %}

{% include "./components/source.html" with source=subsection.source %} {% if subsection.unit_switch %} {% include "territories_dashboard_lib/website/pages/indicators/components/unit_toggle.html" with indicator=subsection.unit_switch.indicator %} {% endif %}
{% for component in subsection.components %} {% include "./components/component.html" %} {% endfor %}
{% endfor %}
{% if not forloop.last %}
{% endif %} {% endfor %}