{% 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 next_diffs %}
{% with render_card=True %} {% for object in next_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 %} {% if object_list %}

{% translate "Today" %}

{% include 'aircox/widgets/diffusion_list.html' %}
{% endif %} {% endblock %} {% block pagination %} {% endblock %} {% block sidebar %}

{% translate "Previously on air" %}

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

{% translate "Last publications" %}

{% with hide_schedule=True %} {% with has_headline=False %} {% for object in last_publications %} {% include object.item_template_name|default:'aircox/widgets/page_item.html' %} {% endfor %} {% endwith %} {% endwith %}
{% endblock %}