{% extends BASE_TEMPLATE %} {% load staticfiles %} {% load djeddit_tags %} {% load crispy_forms_tags %} {% block title %}

Topics {% if user.is_superuser %} {% endif %}

{% if user.is_superuser %} {% endif %}
{% endblock %} {% block content %}
{% for topic in topics %} {% endfor %}
Topic Threads

{{ topic.title }}

{{ topic.getThreadCount }}
{% endblock %} {% block scripts %} {% endblock %}