{% extends "aircox/page_list.html" %} {% comment %}Home page{% endcomment %} {% 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 before_list %}{% endblock %} {% block pages_list %} {% if page and page.content %}
{% endif %} {% if top_diffs %}
{% with render_card=True %} {% for object in top_diffs %} {% with is_primary=object.is_now %}

{% if is_primary %} {% else %} {{ object.start|date:"H:i" }} {% endif %} {% if object.episode.category %} // {{ object.episode.category.title }} {% endif %}

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

{% endif %}

{% 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 is_thin=True %} {% 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 %} {% endwith %}
{% endblock %}