Skip to content

Commit

Permalink
Add import format
Browse files Browse the repository at this point in the history
  • Loading branch information
MariteSomEnergia committed Sep 29, 2022
1 parent 696881e commit ba5f61b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ html {
<div>
<p><b>Número de altas : </b>${summary_dades['numero_altes']}</p>
<p><b>Número de bajas : </b>${summary_dades['numero_baixes']}</p>
<p><b>Total de aportaciones de capital voluntarias : </b>${summary_dades['total_import_voluntari']}</p>
<p><b>Total de capital voluntario retirado : </b>${summary_dades['total_import_voluntari_retirat']}</p>
<p><b>Total de aportaciones de capital voluntarias : </b>${_(u"%s") % (formatLang(summary_dades['total_import_voluntari'], digits=2))}</p>
<p><b>Total de capital voluntario retirado : </b>${formatLang(summary_dades['total_import_voluntari_retirat'], digits=2)}</p>
</div>
% endif
</body>
Expand Down

0 comments on commit ba5f61b

Please sign in to comment.