{% block whole_content_page_title %}
{% block content_page_title %}

{% block page_title %}{% endblock %}

{% block page_title_right %}{% endblock %}
{% endblock %}
{% endblock %} {% if messages %}
{% for message in messages %}

{% if message.level == DEFAULT_MESSAGE_LEVELS.ERROR %}Important: {% endif %} {{ message|linebreaksbr}}

{% endfor %}
{% endif %} {% block content %}{% endblock %}