{foreach from=$TransactionLog item=log} {cycle values='row0,row1' assign=rowCss} {/foreach}
{translate key=Date} {translate key=Status} {translate key=Total} {translate key=TransactionFee} {translate key=AmountRefunded} {translate key=InvoiceNumber} {translate key=TransactionId} {translate key=Gateway}
{formatdate date=$log->TransactionDate timezone=$Timezone key='general_datetime'} {$log->Status} {formatcurrency amount=$log->Total currency=$log->Currency} {formatcurrency amount=$log->Fee currency=$log->Currency} {formatcurrency amount=$log->AmountRefunded currency=$log->Currency} {$log->InvoiceNumber} {$log->TransactionId} {$log->GatewayName}
{pagination pageInfo=$PageInfo}