{% for category, message in messages %}
{% endfor %}
{% endif %}
{% endwith %}
{% block content %}{% endblock %}
{% if category == 'success' %}
{% elif category == 'error' %}
{% endif %}
{{ _(message) }}