{# vim: set ts=2 et sts=2 sw=2: #} {% extends "base.html" %} {% from "wiki/includes/sidebar_modules.html" import document_tabs %} {% set styles = ('forums',) %} {% set scripts = ('forums',) %} {% set meta = (('robots', 'noindex'),) %} {% block side_top %} {% if document %} {{ document_tabs(document, document.parent, user, 'discussion', settings) }} {% endif %} {% if user.is_authenticated() %}
{% include "kbforums/includes/watch_locale.html" %}
{% endif %} {% endblock %}