{% extends "aircox_cms/sections/section_item.html" %} {% load i18n %} {% load static %} {% load wagtailsettings_tags %} {% block content %} {% spaceless %}
{% with ancestors=page.get_ancestors %} {% if ancestors|length != 1 %} {% endif %} {% endwith %} {% with list_page=settings.cms.WebsiteSettings.list_page %} {% if list_page and page.tags.count %} {% endif %} {% endwith %}
{% if page.publish_as %} {% with item=page.publish_as item_date_format='' %} {% include "aircox_cms/snippets/list_item.html" %} {% endwith %} {% elif page.owner %} {% trans {% blocktrans with author=page.owner trimmed %} Published by {{ author }} {% endblocktrans %} {% endif %}
{% with page_date=page.specific.date %} {% if page_date %} {% endif %} {% endwith %}
{% endspaceless %} {% endblock %}