{% extends host_template %} {% load comments i18n fb_versions cyclope_utils markup dbgettext_tags%} {% block content %} {% if not_allowed %}

{% blocktrans %} {{ forum }} is not a forum {% endblocktrans %}

{% else %}

{% blocktrans %} New topic in {{ forum }} forum {% endblocktrans %}

{% csrf_token %} {{ form.as_p }}
{% endif %} {% endblock content%}