{% extends "mail/base.html" %} {% load i18n translations %} {% block content %} {% if change.action == 104 %}

{% blocktranslate with alert=alert %}Reopened alert: {{ alert }}{% endblocktranslate %}

{% else %}

{{ alert }}

{% endif %} {% with user=subscription_user %} {% render_alert alert %} {% documentation alert as documentation_url %} {% if documentation_url %}

{% translate "Documentation" %}

{% endif %} {% endwith %}
{% translate "View diagnostics" %}
{% endblock content %}