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

Cryptographe index

{% for cryptographe in cryptographes %} {% else %} {% endfor %}
Id FirstName LastName Civility DateOfBirth PlaceOfBirth Email 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
Create new {% endblock %}