{% load i18n %} {% if messages %} {% for message in messages %} {% if 'error' in message.tags %} {% with bs_tag='danger' %} {% endwith %} {% elif 'success' in message.tags %} {% elif 'warning' in message.tags %} {% else %} {# info, debug, or anything else #} {% endif %} {% endfor %} {% endif %}