{% extends "aircox_web/page.html" %} {% load i18n aircox_web %} {% block main %} {{ block.super }}
{% if dates %} {% endif %} {#

{{ date }}

#} {% with True as hide_schedule %} {% for object in object_list reversed %} {% if object|is_diffusion %} {% else %} {% endif %} {% endfor %}
{% include "aircox_web/diffusion_item.html" %} {% include "aircox_web/log_item.html" %}
{% endwith %}
{% endblock %}