{% extends "dinette/base.html" %} {% block content %} {% load pagination_tags %} {% autopaginate new_topic_list %}
{% include 'dinette/header_frag.html' %} {% include 'dinette/announce_frag.html' %}

{{ page_message }}

Topics in this forum with details of replies, views, last post.

{% for topic in new_topic_list %} {% include "dinette/topic_detail_frag.html" %} {% empty %}

There is no topic with new replies since your last visit.

{% endfor %}
{% endblock content %}