{% extends 'base.html' %} {% load bootstrap_tags %} {% block head %} {% endblock %} {% block body %}
{% if request.user.is_authenticated %} {% endif %} {% if perms.forum.add_post %} {% endif %}
{% if threads %}

Threads

{% endif %} {% if posts %}

{% if thread %}"{{ thread }}" {% endif %}Posts

{% endif %}
{% endblock %}