{% load i18n %}

{{ headline }} {% if not show_form %} {% endif %}

{% if show_form %}
{% csrf_token %} {{ form.as_div }}
{% else %} {% if content|striptags %} {{ content }} {% else %} {% translate 'None' %} {% endif %} {% endif %}