{{ message }}
{% endif %}
{% if label == 'error' %}
{{ message }}
{% endif %}
{% if label == 'warning' %}
{{ message }}
{% endif %}
{% endfor %}
{% endfor %}
{% block content %}
{% endblock %}