X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/91117520dbe0336cd5acc91c6d8e23d81141f9df..refs/heads/shop:/shop/templates/shop/email/payed.txt diff --git a/shop/templates/shop/email/payed.txt b/shop/templates/shop/email/payed.txt index 4697ea9..387b6ba 100644 --- a/shop/templates/shop/email/payed.txt +++ b/shop/templates/shop/email/payed.txt @@ -4,4 +4,11 @@ {% block body %} {% blocktrans %}Your payment has been successfully completed.{% endblocktrans %} + +{% blocktrans %}Your order is now being processed: {% endblocktrans %} + +{{ order }} +{{ order.name }} +{{ order.address }} + {% endblock %}