{% extends "base.html" %} {% load i18n inlinetrans forum_tags slide_tags content_tags %} {% block pagetitle %}{% trans "Send comment to" %} {{ thread }}{% endblock %} {% block bodyextraclasses %}comments{% endblock %} {% block breadcrumbs %} {{ block.super }} {{ thread }} {% inline_trans "Send comment" %} {% block storybreadcrumbs %}{% endblock %} {% endblock %} {% block content %}

{% cutrender %}{% trans "Send comment to" %} {{ thread }}{% endcutrender %}

{% inline_trans "Return to" %}: {{ thread }}
{% if comment %}
{% endif %}
{% include "forum/forum_comment_add.html" %}
{% endblock %}