demarches-normaliennes/app/views/shared/champs/dgfip/_complements.html.haml

7 lines
280 B
Text
Raw Normal View History

2021-11-24 17:30:35 +01:00
%table.dgfip
%caption #{t("api_particulier.providers.dgfip.scopes.#{scope}.libelle")} :
- complements.slice('erreurCorrectif', 'situationPartielle').keys.each do |key|
%tr
%th= t("api_particulier.providers.dgfip.scopes.#{scope}.#{key}")
%td= complements[key]