{include file="admin/_head.tpl" title="Rapprochement — %s"|args:$compte.id current="compta/banques" js=1}
{if !empty($prev) && !empty($next)}
Rapprochement par mois
← {$prev|date_fr:'F Y'} | {$next|date_fr:'F Y'} →
{/if}
Période de rapprochement

Du au

{form_errors}
{foreach from=$journal item="ligne"} {/foreach}
Date Montant Solde cumulé Libellé
{$solde_initial|escape|html_money} {$config.monnaie} Solde au {$debut|format_sqlite_date_to_french}
{$ligne.id} {if $user.droits.compta >= Garradin\Membres::DROIT_ADMIN} {/if} {$ligne.date|date_fr:'d/m/Y'} {if $ligne.compte_credit == $compte.id}-{else}+{/if}{$ligne.montant|escape|html_money} {$ligne.solde|escape|html_money} {$ligne.libelle}
{$solde_final|escape|html_money} {$config.monnaie} Solde au {$fin|format_sqlite_date_to_french}

{csrf_field key="compta_rapprocher_%s"|args:$compte.id}

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