{% extends "base.html" %} {% block header_ext %} {% endblock %} {% block sidebar %} {{sidebar}} {% endblock %} {% block content %}

{{page_title}}

Navigation: First | {% if has_previous %} Prev {% else %} Prev {% endif %} | {{page}} of {{pages}} pages | {% if has_next %} Next {% else %} Next {% endif %} | Last {% for entry in object_list %} {{entry.topic.name}}: {{entry.title}}

By {{entry.author.username}} on {{entry.date_posted|time}}

{{entry.body|truncatewords:80}}

{% endfor %} Navigation: First | {% if has_previous %} Prev {% else %} Prev {% endif %} | {{page}} of {{pages}} pages | {% if has_next %} Next {% else %} Next {% endif %} | Last {% endblock %}