{include file="header.html"}

{$layout.pagetitle}

{if $payment.description} {/if}
{$payment.name} ({$payment.id|string_format:"%04d"})
{t}Creditor:{/t} {$payment.creditor}
{t}Value:{/t} {$payment.value|money_format}
{t}Payment day:{/t} {$payment.payday}
{$payment.description|replace:"\n":"
"}
{t}Account payment{/t} {t}Edit{/t} {t}Delete{/t}
{include file="footer.html"}