{% extends 'base.html.twig' %} {% block title %}Cryptographe index{% endblock %} {% block body %}
| Id | FirstName | LastName | Civility | DateOfBirth | PlaceOfBirth | Phone | TitreDiplome | Specialisation | Etablissement | Annee | NumeroReference | Nationality | PaysResidence | VilleResidence | DateCreated | Status | Signature | actions | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ cryptographe.id }} | {{ cryptographe.firstName }} | {{ cryptographe.lastName }} | {{ cryptographe.civility }} | {{ cryptographe.dateOfBirth ? cryptographe.dateOfBirth|date('Y-m-d') : '' }} | {{ cryptographe.placeOfBirth }} | {{ cryptographe.email }} | {{ cryptographe.phone }} | {{ cryptographe.titreDiplome }} | {{ cryptographe.specialisation }} | {{ cryptographe.etablissement }} | {{ cryptographe.annee }} | {{ cryptographe.numeroReference }} | {{ cryptographe.nationality }} | {{ cryptographe.paysResidence }} | {{ cryptographe.villeResidence }} | {{ cryptographe.dateCreated ? cryptographe.dateCreated|date('Y-m-d H:i:s') : '' }} | {{ cryptographe.status }} | {{ cryptographe.signature }} | show edit |
| no records found | |||||||||||||||||||