Private
Public Access
1
0

nofakturoid v1

This commit is contained in:
2024-11-11 14:43:03 +01:00
parent b2a872e098
commit ad1b10c274

View 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 }} &#8364;</strong></p>
<p>Thank you for your purchase!</p>
<p>Best regards, the Rowsandall team<br>
{% endblock %}