feat: additional and updated email notifications
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{% extends 'email/layout.html.twig' %}
|
||||
|
||||
{% block body %}
|
||||
<h1>
|
||||
Hallo aus Köln,
|
||||
</h1>
|
||||
<p>
|
||||
leider wurde {{ documentTypeLabel }} für den Einsatz {{ disposition.assignment.destination}} mit folgender
|
||||
Begründung abgelehnt:
|
||||
</p>
|
||||
<p>
|
||||
{{ comment | nl2br }}
|
||||
</p>
|
||||
<p>
|
||||
Überarbeite das Dokument bitte und lade es erneut hoch.
|
||||
</p>
|
||||
<p>
|
||||
<a href="{{ url('app_teamer_index') }}" class="button">
|
||||
Zum Portal
|
||||
</a>
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user