{% load i18n %} {% include "discussion_templates/_underscore_templates.html" %} {% include "discussion_templates/_thread_list_template.html" %}
{% if not user.is_authenticated %}

{% endif %}

{% filter force_escape %} {% blocktrans with title=display_name %}{{ title }}{% endblocktrans %} {% endfilter %}

{% trans "Topic:" as tmsg %} {{tmsg|force_escape}} {{ discussion_category }} {% if discussion_target %} / {{ discussion_target }} {% endif %}