healthchecks/templates/emails/invoice-body-html.html
2018-01-09 16:45:38 +02:00

16 lines
355 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 {% escaped_site_name %} Team
{% endblock %}