{# Messages are placed by the server using the Django messages framework #} {% load alert_class message_symbol from common_extras %}
{% include "common/_alert_icons.html" %} {% for message in messages %} {% endfor %}