mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
FEATURE [absence][in_progress] add absence property to user, create form, controller, template, migration and menu entry
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{% if user.absenceStart is not null %}
|
||||
|
||||
<p>Votre absence est indiqué à partier de {{ user.absenceStart|format_datetime() }}</p>
|
||||
|
||||
{% endif %}
|
||||
|
||||
{{ form_start(form) }}
|
||||
{{ form_row(form.absenceStart) }}
|
||||
{{ form_row(form.submit, { 'attr' : { 'class' : 'btn btn-chill-green' } } ) }}
|
||||
{{ form_end(form) }}
|
Reference in New Issue
Block a user