{% 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 %}