{% extends 'simple_forums/base.html' %} {% block page_title %}{{ topic.title }}{% endblock %} {% block content %} {% if thread_list or sticky_thread_list %}

Sort By:

{% for thread in sticky_thread_list %} {% include 'simple_forums/snippets/render_thread_listing.html' %} {% endfor %} {% for thread in thread_list %} {% include 'simple_forums/snippets/render_thread_listing.html' %} {% endfor %}
Title Replies Last Activity
{% else %}

No threads found.

{% endif %} {% endblock %}