{% extends "base_news.html" %} {% block subtitle %}News - {% endblock %} {% block content %}
(page {{ page }} of {{ pages }})
{% endifnotequal %} {% for object in object_list %}{{ object.pub_date|date:"F j, Y" }}
{% if has_next %}Next page (older) »{% endif %} {% if has_previous %}« Previous page (newer){% endif %} {% comment %}{% for pagenum in page_navigation %}{% ifequal pagenum page %}[{{ pagenum }}]{% else %}{{ pagenum }}{% endifequal %} {% endfor %}{% endcomment %}