svg
This commit is contained in:
25
templates/Notif/attentevalidation.html.twig
Normal file
25
templates/Notif/attentevalidation.html.twig
Normal file
@@ -0,0 +1,25 @@
|
||||
{% block body %}
|
||||
{% autoescape %}
|
||||
<h2>Date de la demande : {{ date|date("d/m/Y H:i") }} </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>
|
||||
<p>
|
||||
<b>Lien pour valider =</b> <a href="{{ valid_link }}">{{ valid_link }}</a>
|
||||
</p>
|
||||
|
||||
{% endautoescape %}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user