{% extends "aircox/page.html" %} {% load i18n aircox %} {% block title %} {% with station.name as station %} {% blocktrans %}Today on {{ station }}{% endblocktrans %} {% endwith %} {% endblock %} {% block subtitle %}{{ date|date:"l d F Y" }}{% endblock %} {% block main %}{{ block.super }}
{% with True as hide_schedule %}
{% for diffusion in object_list %}
{% with diffusion.episode as object %} {% include "aircox/episode_item.html" %} {% endwith %}
{% endfor %}
{% endwith %}
{% endblock %}