{% block head %} {{title}} {% endblock head %}
{% block page_comment %}{% endblock %}
{% if success %}
{% for s in success %}

{{s}}

{% endfor %}
{% else %} {% endif %} {% if info %}
{% for info_i in info %}

{{ info_i | safe }}

{% 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 %}