{% extends CMS_TEMPLATE %} {% load i18n %} {% block content %} {% if msg %}

{{ msg }}

{% endif %}
{% csrf_token %}
{% endblock %}