{% extends "aircox/base.html" %} {% load i18n aircox %} {% block head_title %}{{ station.name }}{% endblock %} {% block title %}{% if page %}{{ block.super }}{% endif %}{% endblock %} {% block breadcrumbs-container %}{% 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:" %} {% if object != diffusion %} {% page_widget "card" obj.episode diffusion=obj timetable=True %} {% endif %} {% endfor %}
{% endif %} {% if logs %}

{% translate "It just happened" %}

{% include "./widgets/logs.html" with object_list=logs %}
{% endif %} {% if podcasts %}

{% translate "Last podcasts" %}

{% include "./widgets/carousel.html" with objects=podcasts url_name="podcast-list" url_label=_("All podcasts") %}
{% endif %} {% if publications %}

{% translate "Last publications" %}

{% include "./widgets/carousel.html" with objects=publications url_name="page-list" url_label=_("All publications") %}
{% endif %} {% endblock %} {% block pages_list %}{% endblock %}