{% extends "emails/base.html" %} {% load hc_extras %} {% block content %} Hello,
Here's your invoice from {% site_name %} for {{ tx.subscription_details.billing_period_start_date }} - {{ tx.subscription_details.billing_period_end_date }} .

{% endblock %} {% block content_more %} Thanks,
The {% escaped_site_name %} Team {% endblock %}