demarches-normaliennes/app/views/shared/champs/cojo/_show.html.haml

10 lines
322 B
Text
Raw Normal View History

2023-05-30 14:42:36 +02:00
= champ.to_s
- if profile == 'instructeur'
%dl
%dt
Nom et prénom dans la base daccréditation :
%dd= "#{champ.accreditation_last_name} #{champ.accreditation_first_name}"
%dt
Nom et prénom saisie dans le dossier :
%dd= "#{champ.dossier.individual.nom} #{champ.dossier.individual.prenom}"