{% extends "aircox/program_base.html" %} {% comment %}Detail page of a show{% endcomment %} {% load i18n %} {% block header %} {{ block.super }} {% include "aircox/program_header.html" %} {% endblock %} {% block content %}{{ block.super }}
{% with has_headline=False %}
{% if articles %}

{% trans "Articles" %}

{% for object in articles %} {% include "aircox/widgets/page_item.html" %} {% endfor %}
{% endif %}
{% endwith %} {% endblock %}