healthchecks_healthchecks/templates/emails/invoice-body-html.html
2018-11-14 11:04:48 +02:00

16 lines
347 B
HTML

{% extends "emails/base.html" %}
{% load hc_extras %}
{% block content %}
Hello,<br />
Here's your invoice from {% site_name %} for
{{ tx.subscription_details.billing_period_start_date }} - {{ tx.subscription_details.billing_period_end_date }}
.</p>
{% endblock %}
{% block content_more %}
Thanks,<br />
The {% site_name %} Team
{% endblock %}