{% extends 'base.html.twig' %} {% block title %}Portalents - les collaborateurs{% endblock %} {% block body %}
Nom
|
Date de recrutement
|
Disponibilité
|
Consulter/Modifier le profil
|
{% if is_granted('ROLE_ADMIN') %}
Supprimer le profil
|
{% endif %}
---|---|---|---|---|
{{ profile.firstname ~ " " ~ profile.lastname }}
|
{% if profile.user is not null %}
{{ profile.user.date|format_datetime('short', 'none', locale='fr') }}
{% endif %}
|
{% if profile.disponibility is same as(true) %}
disponible
{% else %}
indisponible
{% endif %}
|
{% if is_granted('ROLE_ADMIN') %} | {% endif %} |