{% load l10n combo gnm assets %} {% with is_place_page=page|is_place_page %}
{% if is_place_page %} {% placeholder "explication" name="Explication" render=False %}
{% else %}
{% endif %}
{% localize off %}

Qualité de l'air{% if nominatim and is_place_page %}
{{ nominatim.display_name }}{% endif %}

{% endlocalize %} Air Rhône Alpes
{% if q_lon or lon %} {% include "combo/dashboard_cell_icons.html" %} {% endif %}
{% if is_place_page and not q_lon and not lon %} {% gnm_airquality_map %} {% endif %} {% if air2go and is_place_page %} {% if not air2go.indices.indice_j.indice_multipolluant %}

Données de qualité de l'air indisponibles.

{% else %} {% for day_indice in air2go.indices|indice_values %}
{% if forloop.counter0 == 1 %}Hier ←{% elif forloop.counter0 == 2 %}Aujourd'hui ←{% endif %}
{{ day_indice.indice_multipolluant.valeur }} {{ day_indice.indice_multipolluant.qualificatif }}
{% if forloop.counter0 == 1 %}→ Demain{% elif forloop.counter0 == 0 %}→ Aujourd'hui{% endif %}

Détails indice qualité de l'air

Ozone :{{ day_indice.sous_indice_o3.valeur }}
Dioxyde d'azote :{{ day_indice.sous_indice_no2.valeur }}
Particules PM10 :{{ day_indice.sous_indice_pm10.valeur }}
{% endfor %} {% endif %} {% elif air2go %} {% localize off %} {{ nominatim.display_name }} {% endlocalize %} {% if not air2go.indices.indice_j.indice_multipolluant %} Données indisponibles. {% else %} {{air2go.indices.indice_j.indice_multipolluant.valeur}} {{air2go.indices.indice_j.indice_multipolluant.qualificatif}} {% endif %} {% endif %} {% if is_place_page %}

Qu'est-ce que c'est ?

{% placeholder "explication" %}
{% endif %}
{% if not is_place_page %}
{% localize off %} d'infos {% endlocalize %}
{% endif %}
{% endwith %}