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

We could not deliver a {{ transport }} notification because your {% site_name %} account has reached its monthly sending limit of {{ limit }} sends per month. The limit resets at the start of each month.

{% if url %}

You can increase the monthly sending limit by upgrading your billing plan. See Pricing.

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