nofakturoid v1
This commit is contained in:
16
rowers/templates/invoice.html
Normal file
16
rowers/templates/invoice.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends "emailbase.html" %}
|
||||
|
||||
{% block body %}
|
||||
<p>Dear <strong>{{ first_name }}</strong>,<p>
|
||||
|
||||
<p>This is the confirmation of your purchase on Rowsandall.</p>
|
||||
|
||||
<p>Order ID: <strong>{{ invoice.transaction_id }}</strong></p>
|
||||
<p>User: <strong>{{ invoice.rower }}</strong></p>
|
||||
<p>Amount: <strong>{{ invoice.amount }} €</strong></p>
|
||||
|
||||
<p>Thank you for your purchase!</p>
|
||||
|
||||
<p>Best regards, the Rowsandall team<br>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user