{% load i18n %} {% load static %} {% load url from future %} {% if not request.is_ajax %} {% include "title.html" %} {% if description %} {% endif %} {% include 'meta-header.html' %} {% 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 %}
{% include 'footer.html' %} {% endif %}