demarches-normaliennes/app/views/shared/champs/mesri/_identifiant.html.haml

7 lines
246 B
Text
Raw Normal View History

2021-12-15 15:25:02 +01:00
%table.mesri
%caption #{t("api_particulier.providers.mesri.scopes.#{scope}.libelle")} :
- identifiant.slice('ine').keys.each do |key|
%tr
%th= t("api_particulier.providers.mesri.scopes.#{scope}.#{key}")
%td= identifiant[key]