{% extends "fretboard/base.html" %} {% load paginator %} {% block title %}{{ FORUM_BASE_NAME }}: {{ forum_name }}{% ifnotequal page 1 %} (page {{ page }}){% endifnotequal %} | {% endblock %} {% block description %}{{ forum_name }}{% ifnotequal page 1 %} (page {{ page }}){% endifnotequal %} on {{ block.super }}{% endblock %} {% block bodyid %}topics{% endblock %} {% block content %} {% comment %} Somewhere on the page you should have a login button. Also note that the check below expects the tango shared context processor. You can change it out for your own code as you see fit. {% endcomment %} {% if authenticated_request and can_add_topic and forum_slug %} Add A Topic {% endif %}
{% endblock %} {% block init_forum_js %} var topiclist = true; {% endblock %}