{% load i18n %}
{% if content.show_form_title %}

{{ content.form.title }}

{% endif %} {% if form %}
{% csrf_token %} {{ form }}
 
{% else %} {{ message|safe }} {% endif %}