{% extends "base.html" %} {% load pagination_tags %} {% block content %}
{% include 'forums/nav_topic.html' %}

{{ forum.title }}

{% autopaginate topics 30 %} {% paginate %} {% for topic in topics %} {% include 'forums/topic.html' %} {% empty %}

There are currently no topics.

{% endfor %} {% paginate %} {% endblock %}