{% load static i18n %}
{% if messages %} {% for message in messages %} {% with message_type=message.tags|default:"info" %} {% endwith %} {% endfor %} {% endif %}