<p>{$payment.amount_paid|escape} {$currency|escape} was paid on {$payment.payment_date|tiki_short_date|escape}.</p>
|
|
{tr}Payment information{/tr}
|
|
<p>By {$payment.details.user|userlink}</p>
|
|
{if $payment.details.note}
|
|
<p><strong>{tr}Note:{/tr}</strong> {$payment.details.note|escape|nl2br}</p>
|
|
{/if}
|