{% load allauth %} {% if attrs.tags and "warning" in attrs.tags %}
{% slot message %}{% endslot %}
{% elif attrs.tags and "danger" in attrs.tags %}
{% slot message %}{% endslot %}
{% elif attrs.tags and "success" in attrs.tags %}
{% slot message %}{% endslot %}
{% else %}
{% slot message %}{% endslot %}
{% endif %}