{% load i18n %} {% url "notification_notice_settings" as notices_url %} {% trans "Hello" %} {{recipient.first_name|default:recipient.username}}, {{ current_site }} {% trans "is announcing: " %} {{message}} {% blocktrans %}You can configure which notifications you want to receive on your Account page at {{ base_url }}{{ notices_url }}{% endblocktrans %}.