{include file="admin/_head.tpl" title="Écritures réalisées par le membre" current="compta/gestion"}
Exercice à visualiser

{if empty($journal)}

Aucune écriture comptable n'est associée à ce membre pour l'exercice demandé.

{else} {foreach from=$journal item="ligne"} {/foreach}
Date Montant Libellé Compte débité Compte crédité
{$ligne.id|escape} {if $user.droits.compta >= Garradin\Membres::DROIT_ADMIN} {/if} {$ligne.date|format_sqlite_date_to_french|escape} {$ligne.montant|html_money} {$ligne.libelle|escape} {$ligne.compte_debit|escape} — {$ligne.compte_debit|get_nom_compte} {$ligne.compte_credit|escape} — {$ligne.compte_credit|get_nom_compte}
{/if} {include file="admin/_foot.tpl"}