proxadmin/app/templates/uinvoice/email/adm_payment.html
2017-03-09 03:09:49 +02:00

5 lines
143 B
HTML

<p>{{ user.email }} paid {{ order.units }} x {{ order.unitvalue }} = {{ order.units * order.unitvalue }} <br />
</p>
<p>Regards,
Proxadmin</p>