{% extends "ngux-tophat/base.html" %} {% block title %}All pages - {{ block.super }}{% endblock %} {% block omniture-pageName %}{{ block.super }}page-list:front{% endblock %} {% block omniture-contenttype %}front{% endblock %} {% block banner-ad %}{% endblock %} {% block extra-css %} {% endblock %} {% block content %}

All pages

{% for obj in object_list %} {% endfor %}
Title Publication date
{% if not obj.is_live %}{{ obj.pub_status|upper }}: {% endif %}{{ obj.headline|safe }} {{ obj.pub_date|date:"N j, Y" }}
{% endblock %}