{% extends 'base.html.twig' %} {% block title %}Portalents - les candidats{% endblock %} {% block body %}
Nom
|
Date de saisie
|
Consulter/Modifier le profil
|
{% if is_granted('ROLE_ADMIN') %}
Recruter le candidat
|
Supprimer le profil
|
{% endif %}
---|---|---|---|---|
{{ profile.firstname ~ " " ~ profile.lastname }}
|
{{ profile.date|format_datetime('short', 'none', locale='fr') }}
|
{% if is_granted('ROLE_ADMIN') %} | {% endif %} |