{% extends "aircox/page_list.html" %} {% load i18n %} {% block head_title %}{{ station.name }}{% endblock %} {% block title %} {% if not page or not page.title %}{{ station.name }} {% else %}{{ block.super }} {% endif %} {% endblock %} {% block pages_list %} {% if page and page.content %}
{% endif %}
{% with render_card=True %} {% for object in top_diffs %} {% with is_primary=object.is_now %}

{% if is_primary %} {% if object.episode.category %} // {{ object.episode.category.title }} {% endif %}

{% include object.item_template_name %}
{% endwith %} {% endfor %} {% endwith %}

{% trans "Last publications" %}

{% with has_headline=True %} {{ block.super }} {% endwith %} {% endblock %} {% block pagination %} {% endblock %} {% block sidebar %}

{% trans "Previously on air" %}

{% with logs as object_list %} {% include "aircox/widgets/log_list.html" %} {% endwith %}

{% trans "Today" %}

{% with hide_schedule=True %} {% with has_headline=False %} {% for object in sidebar_object_list %} {% endfor %}
{{ object.start|date:"H:i" }} {% include "aircox/widgets/diffusion_item.html" %}
{% endwith %} {% endwith %}
{% endblock %}