{% extends "aircox/page_list.html" %} {% comment %}List of diffusions as a timetable{% endcomment %} {% load i18n aircox humanize %} {% block title %} {% if not page or not page.title %} {% with station.name as station %} {% blocktranslate %}This week on {{ station }}{% endblocktranslate %} {% endwith %} {% else %} {{ block.super }} {% endif %} {% endblock %} {% block filters-item %} {% endblock %} {% block header %} {% with "./widgets/diffusion_list_header.html" as header_template_name %} {{ block.super }} {% endwith %} {% endblock %} {% block pages_list %} {% with hide_schedule=True %}
{% for object in object_list %} {% page_widget "item" object.episode diffusion=object timetable=True %} {% endfor %}
{% endwith %} {% endblock %}