{% extends "emails/base.html" %} {% load hc_extras %} {% block content %} Hello,

We could not deliver a Signal notification to {{ recipient|mask_phone }} due to hitting a rate-limit on the Signal network, so we are sending it via email instead:

{{ message|safe|linebreaksbr }}

{% endblock %} {% block content_more %} Regards,
The {% site_name %} Team {% endblock %}