{% extends "bigbuild/base.html" %} {% block container %}

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 %}