{% load i18n %}{% url "notification_notice_settings" as notices_url %}{% blocktrans %}You have received the following notice from {{ current_site }}:

{{ message }}

To change how you receive notifications, please go to {{ default_http_protocol }}://{{ current_site }}{{ notices_url }}
{% endblocktrans %}
