{% extends "mail/base.html" %} {% load i18n translations %} {% block content %}

{{ alert }}

{% with user=subscription_user %} {% render_alert alert %} {% endwith %}
{% translate "View all alerts" %}
{% endblock content %}