{% extends "aircox/page_list.html" %} {% load i18n aircox %} {% block head_title %}{{ station.name }}{% endblock %} {% block content-container %} {{ block.super }} {% if next_diffs %}

{% with station.name as station %} {% blocktrans %} Today on {{ station }} {% endblocktrans %} {% endwith %}

{% with next_diffs.0 as obj %} {% page_widget "wide" obj.episode diffusion=obj timetable=True %} {% endwith %}
{% for obj in next_diffs|slice:"1:4" %} {% if object != diffusion %} {% page_widget "card" obj.episode diffusion=obj timetable=True %} {% endif %} {% endfor %}
{% endif %} {% if logs %}

{% translate "It just happened" %}

{% for object in logs %} {% include "./widgets/log.html" with widget="item" %} {% endfor %}
{% endif %} {% if last_publications %}

{% translate "Last publications" %}

{% for object in last_publications %} {% page_widget "item" object open=True %} {% endfor %}
{% endif %} {% endblock %} {% block pages_list %}{% endblock %}