{% load i18n %} {% if object.title %}

{{ object.title }}

{% endif %} {% if form.saved %}

{% trans "You have successfully subscribed to the mailing list!" %}

{% else %} {% if object.show_description and object.mailing_list.description %}

{{ object.mailing_list.description }}

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