{% extends "forum/base.html" %} {% load i18n staticfiles %} {% block forumapp_styles %}{{ block.super }} {% endblock %} {% block forumapp_js_bottom %} {{ block.super }} {% endblock %} {% block forum_content %} {% include "forum/includes/breadcrumbs.html" %}

{% trans "Reply to" %} {{ thread }}

{% csrf_token %} {% include "forum/form.html" with no_label=1 %}
{% endblock %}