{include file="admin/_head.tpl" title="Journal général" current="compta/exercices" body_id="rapport"}

{$config.nom_asso|escape}

Exercice comptable {if $exercice.cloture}clôturé{else}en cours{/if} du {$exercice.debut|date_fr:'d/m/Y'} au {$exercice.fin|date_fr:'d/m/Y'}, généré le {$cloture|date_fr:'d/m/Y'}

{foreach from=$journal item="ligne"} {/foreach}
Date Intitulé Comptes Débit Crédit
{$ligne.date|date_fr:'d/m/Y'|escape} {$ligne.libelle|escape} {$ligne.compte_debit|escape} - {$ligne.compte_debit|get_nom_compte|escape} {$ligne.montant|html_money}
{$ligne.compte_credit|escape} - {$ligne.compte_credit|get_nom_compte|escape} {$ligne.montant|html_money}

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

{include file="admin/_foot.tpl"}