You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
347 B

  1. {% extends "emails/base.html" %}
  2. {% load hc_extras %}
  3. {% block content %}
  4. Hello,<br />
  5. Here's your invoice from {% site_name %} for
  6. {{ tx.subscription_details.billing_period_start_date }} - {{ tx.subscription_details.billing_period_end_date }}
  7. .</p>
  8. {% endblock %}
  9. {% block content_more %}
  10. Thanks,<br />
  11. The {% site_name %} Team
  12. {% endblock %}