{% comment %}
The spinner is only here to give the user an indication of change when they
get the same error or success message each time they click a subit button.
{% endcomment %}
{% if message.tags == "error" %}
{% trans "Error" %}
{% elif message.tags == "warning" %}
{% trans "Warning" %}
{% elif message.tags == "info" %}
{% trans "Info" %}
{% elif message.tags == "success" %}
{% trans "Success" %}
{% endif %}
:
{{ message }}