{% extends "aircox/page.html" %} {% load i18n humanize aircox %} {% block title %} {% with station.name as station %} {% blocktrans %}That happened on {{ station }}{% endblocktrans %} {% endwith %} {% endblock %} {% block subtitle %}{{ date|date:"l d F Y" }}{% endblock %} {% block main %}
{#

{{ date }}

#} {% with True as hide_schedule %} {% for object in object_list %} {% endfor %}
{% if object|is_diffusion %} {% else %} {% endif %} {% include "aircox/log_item.html" %}
{% endwith %}
{% endblock %}