{% extends 'base.html.twig' %} {% block title %}Cryptographe{% endblock %} {% block body %}

Cryptographe

Id {{ cryptographe.id }}
FirstName {{ cryptographe.firstName }}
LastName {{ cryptographe.lastName }}
Civility {{ cryptographe.civility }}
DateOfBirth {{ cryptographe.dateOfBirth ? cryptographe.dateOfBirth|date('Y-m-d') : '' }}
PlaceOfBirth {{ cryptographe.placeOfBirth }}
Email {{ cryptographe.email }}
Phone {{ cryptographe.phone }}
TitreDiplome {{ cryptographe.titreDiplome }}
Specialisation {{ cryptographe.specialisation }}
Etablissement {{ cryptographe.etablissement }}
Annee {{ cryptographe.annee }}
NumeroReference {{ cryptographe.numeroReference }}
Nationality {{ cryptographe.nationality }}
PaysResidence {{ cryptographe.paysResidence }}
VilleResidence {{ cryptographe.villeResidence }}
DateCreated {{ cryptographe.dateCreated ? cryptographe.dateCreated|date('Y-m-d H:i:s') : '' }}
Status {{ cryptographe.status }}
Signature {{ cryptographe.signature }}
back to list edit {{ include('cryptographe/_delete_form.html.twig') }} {% endblock %}