feat: mention special agreements in confirmation email
closes #869btgzar
This commit is contained in:
@@ -10,6 +10,13 @@
|
||||
wurde angenommen!
|
||||
</strong>
|
||||
</p>
|
||||
{% if disposition.specialAgreements %}
|
||||
<p>
|
||||
<strong>Zusätzliche Absprachen:</strong>
|
||||
<br>
|
||||
{{ disposition.specialAgreements | nl2br }}
|
||||
</p>
|
||||
{% endif %}
|
||||
<p>
|
||||
Schau einmal in das <a href="{{ url('app_teamer_disposition_detail', { 'uuid': disposition.uuid }) }}">My E&P-Team Portal</a>,
|
||||
um die Einsatzdetails einzusehen und deinen Honorarvertrag zu unterschreiben.
|
||||
|
||||
Reference in New Issue
Block a user