{% extends "modal.html" %} {% load i18n %} {% block "dialog-body" %} {% url "alert.settings" as alertsettings_url %} {% if alert.default_email %}
{% blocktrans %}You will receive an email notification by default when you subscribe, but these can be switched off in your subscription settings.{% endblocktrans %}
{% else %}
{% blocktrans %}You will NOT receive an email notification when you subscribe, but these can be switched on in your subscription settings.{% endblocktrans %}
{% endif %}

{{ alert.desc|safe }}

{% endblock %} {% block "form-buttons" %} {% trans "Cancel" %} {% endblock %}