{include file="admin/_head.tpl" title="Suivi : %s"|args:$types[$type] current="acc/simple"} {include file="acc/_year_select.tpl"} {if !$list->count()}

Aucune écriture à afficher.

{else}
{include file="common/dynamic_list_head.tpl" check=$can_edit} {foreach from=$list->iterate() item="line"} {if $can_edit} {input type="checkbox" name="check[%s]"|args:$line.id_line value=$line.id default=0} {/if} #{$line.id} {$line.date|date_short} {$line.change|abs|raw|html_money} {$line.reference} {$line.label} {$line.line_reference} {if $line.id_analytical}{$line.code_analytical}{/if} {if $line.type == Entities\Accounting\Transaction::TYPE_DEBT && ($line.status & Entities\Accounting\Transaction::STATUS_WAITING)} {linkbutton shape="check" label="Régler cette dette" href="!acc/transactions/new.php?payoff_for=%d"|args:$line.id} {elseif $line.type == Entities\Accounting\Transaction::TYPE_CREDIT && ($line.status & Entities\Accounting\Transaction::STATUS_WAITING)} {linkbutton shape="export" label="Régler cette créance" href="!acc/transactions/new.php?payoff_for=%d"|args:$line.id} {/if} {linkbutton href="!acc/transactions/details.php?id=%d"|args:$line.id label="Détails" shape="search"} {/foreach} {if $can_edit} Pour les écritures cochées : {csrf_field key="projects_action"} {/if}
{pagination url=$list->paginationURL() page=$list.page bypage=$list.per_page total=$list->count()} {/if} {include file="admin/_foot.tpl"}