feat: send accepted teamer invoices to configurable email inbox
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{% extends 'email/layout.html.twig' %}
|
||||
|
||||
{% block body %}
|
||||
<h1>
|
||||
Honorarnote
|
||||
</h1>
|
||||
<p>
|
||||
Die angehangene Honorarnote von {{ disposition.teamer }} zum Einsatz {{ disposition.assignment.destination }}
|
||||
wurde freigegeben.
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user