{% extends "aircox/page.html" %} {% load i18n aircox %} {% block title %} {% trans "Logs" %} {% endblock %} {% 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/diffusion_item.html" %} {% include "aircox/log_item.html" %}
{% endwith %}
{% endblock %}