{% extends "spirit/_base.html" %} {% load i18n %} {% block title %}{% trans "Publish comment" %}{% endblock %} {% block content %}

{% trans "Publishing comment on" %} "{{ topic.title }}"

{% csrf_token %} {% include "spirit/_form.html" %}
{% include "spirit/comment/_editor.html" %}
{% endblock %}