{% block head %} {{title}} {% endblock head %}
{% if info %}
{% for info_i in info %}

{{info_i}}

{% endfor %}
{% else %} {% endif %} {% if success %}
{% for s in success %}

{{s}}

{% endfor %}
{% else %} {% endif %} {% if errors %}
{% for error in errors %}

{{error}}

{% endfor %}
{% else %} {% endif %} {% if warnings %}
{% for warning in warnings %}

{{warning}}

{% endfor %}
{% else %} {% endif %} {% block content %}Content not defined.{% endblock %}
{% block js %} {% endblock %}