{% extends "aircox/page_list.html" %} {% comment %} Context: - - main: - focused - nav to 'publications' view {% endcomment %} {% load i18n %} {% block head_title %}{% block title %}{{ station.name }}{% endblock %}{% endblock %} {% block main %}
{% 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" %}

{{ block.super }} {% 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 %}