{% load i18n %}
{% if forum %}{% trans "New topic" %}{% else %} {%if post %} {% trans "Edit reply" %} {% else %} {% trans "New reply" %} {% endif %} {% endif %} {{ form.as_p }}