{% extends "customer/emails/base.html" %} {% load currency_filters i18n %} {% block body %}
{% trans 'Hello,' %}{{ user.username }}
{% blocktrans with invoice_number=invoice.number %}We are pleased to send your invoice {{ invoice_number }} for order {{ order.number }}.
Hopes, it will be paid shortly.{% endblocktrans %}
{% blocktrans %}You can view and print your invoice by clicking here{% endblocktrans %}
{% endif %}{% trans 'Your invoice:' %}