{% extends '@TigrisBase/admin/layout.html.twig' %} {% block title %}{{ 'menu.persons'|trans|parse_icons }}{% endblock %} {% block main %}
{{ 'person.name'|trans }} | {{ 'person.has_account'|trans }} | {{ 'actions'|trans }} |
---|---|---|
![]()
${ entity.name }
${ entity.firstname }
${ $filters.formatDate(entity.birthdate, 'LL') }
- {{ '.icon-cross'|parse_icons }} ${ $filters.formatDate(entity.deathdate, 'LL') }
|
${ entity.hasAccount ? 'Oui' : 'Non' } |
|