demarches-normaliennes/app/views/new_gestionnaire/dossiers/_identite_individual.html.haml
2017-11-23 15:24:34 +01:00

15 lines
349 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

%table.table.vertical
%tbody
%tr
%th Civilité :
%td= individual.gender
%tr
%th Prénom :
%td= individual.prenom
%tr
%th Nom :
%td= individual.nom
- if individual.birthdate.present?
%tr
%th Date de naissance :
%td= Date.parse(individual.birthdate).strftime("%d/%m/%Y")