{% extends "aircox/base.html" %} {% comment %}Display a list of BasePages{% endcomment %} {% load i18n aircox %} {% block head_title %} {% block title %} {% if not page or not page.title %} {% if not parent %}{{ view.model|verbose_name:True|title }} {% else %} {% with parent.title as title %} {% with model|default:"Publications"|verbose_name:True|capfirst as model %} {% comment %}Translators: title when pages are filtered for a specific parent page, e.g.: Articles of My Incredible Show{% endcomment %} {% blocktranslate %}{{ model }} of {{ title }}{% endblocktranslate %} {% endwith %} {% endwith %} {% endif %} {% else %}{{ block.super }} {% endif %} {% endblock %} — {{ station.name }} {% endblock %} {% block content-container %} {% block secondary-nav-container %}
{% endblock %} {{ block.super }}
{% block before_list %}{% endblock %}
{% block pages_list %} {% with has_headline=True %} {% for object in object_list %} {% block list_object %} {% page_widget item_widget|default:"item" object %} {% endblock %} {% empty %} {% blocktranslate %}There is nothing published here...{% endblocktranslate %} {% endfor %} {% endwith %} {% endblock %}
{% if is_paginated %}
{% update_query request.GET.copy page=None as GET %} {% with GET.urlencode as GET %} {% endwith %} {% endif %}
{% endblock %}