7 lines
435 B
Text
7 lines
435 B
Text
|
%table.dgfip
|
|||
|
%caption #{t("api_particulier.providers.dgfip.scopes.#{scope}.libelle")} :
|
|||
|
- agregats_fiscaux.slice('revenuBrutGlobal', 'revenuImposable', 'impotRevenuNetAvantCorrections', 'montantImpot', 'revenuFiscalReference', 'anneeImpots', 'anneeRevenus', 'erreurCorrectif', 'situationPartielle').keys.each do |key|
|
|||
|
%tr
|
|||
|
%th= t("api_particulier.providers.dgfip.scopes.#{scope}.#{key}")
|
|||
|
%td= agregats_fiscaux[key]
|