{% if not threads_dict %}
{% endif %} {% endfor %} {% endif %}
No threads found.
{% else %}
{% for thread_tuple in threads_dict %}
{% if forloop.counter > 1 %}
{% endif %} {% endfor %} {% endif %}
{% extends "base.html" %} {% load static from staticfiles %} {% load request_tags %} {% load thread_tags %} {% block headers %} {% endblock %} {% block content %}