Envoie de notification à la pose et la vadliation de congés
This commit is contained in:
23
src/schedule-2.0/templates/Notif/validation.html.twig
Normal file
23
src/schedule-2.0/templates/Notif/validation.html.twig
Normal file
@@ -0,0 +1,23 @@
|
||||
{% block body %}
|
||||
{% autoescape %}
|
||||
<h2>VALIDATION</h2>
|
||||
<p>
|
||||
<b>Utilisateur =</b> {{ username }}
|
||||
</p>
|
||||
<p>
|
||||
<b>Début =</b> {{ start|date("d/m/Y H:i") }}
|
||||
</p>
|
||||
<p>
|
||||
<b>Fin =</b> {{ end|date("d/m/Y H:i") }}
|
||||
</p>
|
||||
<p>
|
||||
<b>Durée =</b> {{ duration }}
|
||||
</p>
|
||||
<p>
|
||||
<b>Type =</b> Congé
|
||||
</p>
|
||||
|
||||
|
||||
{% endautoescape %}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user