demarches-normaliennes/app/views/shared/dossiers/_identite_individual.html.haml

16 lines
385 B
Text
Raw Normal View History

%table.table.vertical.dossier-champs
2017-07-11 15:55:08 +02:00
%tbody
%tr
%th.libelle Civilité :
2017-07-11 15:55:08 +02:00
%td= individual.gender
%tr
%th.libelle Prénom :
2017-07-11 15:55:08 +02:00
%td= individual.prenom
%tr
%th.libelle Nom :
2017-07-11 15:55:08 +02:00
%td= individual.nom
- if individual.birthdate.present?
%tr
%th.libelle Date de naissance :
%td= individual.birthdate&.strftime("%d/%m/%Y")