mirror of
https://github.com/janLo/punkow
synced 2026-06-19 15:38:00 +00:00
Add email templates
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
Your punkow request was cancelled.
|
||||
|
||||
You can review the details at:
|
||||
{{ base_url }}/{{ req_key }}
|
||||
|
||||
You can try to insert a new request.
|
||||
|
||||
Have a nice day.
|
||||
@@ -0,0 +1,6 @@
|
||||
Punkow started to book an appointment for you.
|
||||
|
||||
You can review or cancel your request at:
|
||||
{{ base_url }}/{{ req_key }}
|
||||
|
||||
Good luck!
|
||||
@@ -0,0 +1,15 @@
|
||||
Punkow booked your appointment!
|
||||
|
||||
The details are:
|
||||
{% for key,value in meta.items() %}
|
||||
{{ key }}: {{ value }}
|
||||
{% endfor %}
|
||||
|
||||
You can change or cancel the appointment at:
|
||||
{{ change_url }}
|
||||
|
||||
To do so, you need this data:
|
||||
Vorgangsnummer: {{ process_id }}
|
||||
Code: {{ auth_code }}
|
||||
|
||||
Have a nice day!
|
||||
Reference in New Issue
Block a user