{% load string_filters %} {% comment %} Use message tags to control these alerts. Available tags include: - safe: allow HTML in the message - block: for longer messages - this adds extra padding - noicon: don't show an icon - error/success/info - these change the connotation of the alert {% endcomment %} {% if messages %} {% for message in messages %}
{% endfor %} {% endif %}