{% load i18n %} {% load url from future %} {% if not request.is_ajax %} {% include "title.html" %} {% if description %} {% endif %} {% if target_language %} {% endif %}

{% include "title.html" %}

{% if messages %} {% for message in messages %}

{{ message }}

{% endfor %} {% endif %} {% endif %} {% block content %} {% endblock %} {% if not request.is_ajax %}
{% endif %}