{% if request.path != '/admin/' %}
Back
{% endif %}
{% endblock back_button %}
{% endif %}
{% if messages %}
{% for msg in messages %}
{% if msg.level_tag == 'success' %}
{% elif msg.level_tag == 'error' %}
{% elif msg.level_tag == 'warning' %}
{% else %}
{% endif %}
{% endfor %}
{% endif %}
{% block content %}
{% endblock content %}