X-Git-Url: https://git.cyclocoop.org/?p=garradin.git;a=blobdiff_plain;f=templates%2Fadmin%2Fcompta%2Fexercices%2Fbilan.tpl;h=7616aca525555698fb2f72b54b1acbdcb19a6a28;hp=4704b04399e5b9226ff9edb487915fb76a7ac183;hb=f7ee0ae730f47bfef173c394fa4db71a22dece61;hpb=1ab3343a95ed3ef4958d91dfbf49372dce8a092e diff --git a/templates/admin/compta/exercices/bilan.tpl b/templates/admin/compta/exercices/bilan.tpl index 4704b04..7616aca 100644 --- a/templates/admin/compta/exercices/bilan.tpl +++ b/templates/admin/compta/exercices/bilan.tpl @@ -19,12 +19,12 @@ {foreach from=$bilan.actif.comptes key="parent_code" item="parent"} - {$parent_code|get_nom_compte|escape} + {$parent_code|escape} — {$parent_code|get_nom_compte|escape} {$parent.solde|html_money} {foreach from=$parent.comptes item="solde" key="compte"} - {$compte|get_nom_compte|escape} + {$compte|escape} — {$compte|get_nom_compte|escape} {$solde|html_money} {/foreach} @@ -38,12 +38,12 @@ {foreach from=$bilan.passif.comptes key="parent_code" item="parent"} - {$parent_code|get_nom_compte|escape} + {$parent_code|escape} — {$parent_code|get_nom_compte|escape} {$parent.solde|html_money} {foreach from=$parent.comptes item="solde" key="compte"} - {$compte|get_nom_compte|escape} + {$compte|escape} — {$compte|get_nom_compte|escape} {$solde|html_money} {/foreach} @@ -81,4 +81,4 @@

Toutes les opérations sont libellées en {$config.monnaie|escape}.

-{include file="admin/_foot.tpl"} \ No newline at end of file +{include file="admin/_foot.tpl"}