{% extends "aircox/page_list.html" %} {% comment %}List of logs for a specific date{% endcomment %} {% load i18n humanize aircox %} {% block title %} {% if not page or not page.title %} {% with station.name as station %} {% blocktranslate %}That happened on {{ station }}{% endblocktranslate %} {% endwith %} {% else %} {{ block.super }} {% endif %} {% endblock %} {% block subtitle %}{{ date|date:"l d F Y" }}{% endblock %} {% block header %} {% with "./widgets/log_list_header.html" as header_template_name %} {{ block.super }} {% endwith %} {% endblock %} {% block pages_list_ %}
{#

{{ date }}

#} {% include "aircox/widgets/log_list.html" %}
{% endblock %} {% block pages_list %} {% with hide_schedule=True %}
{% for object in object_list %} {% if object.episode %} {% page_widget "item" object.episode diffusion=object timetable=True %} {% else %} {% page_widget "item" object timetable=True %} {% endif %} {% endfor %}
{% endwith %} {% endblock %}