<% $transaction->status ? 'Тестовая транзакция' : 'Рабочая транзакция' %> (<% $transaction->provider %>)
<% $dt->dmy('.').' '.$dt->hms %>

<% $transaction->name %>

Сумма в валюте транзакции: <% sprintf("%.2f", $transaction->sum ) %> <% $transaction->currency_code %>

<%once> <%args> $transaction => undef $operations => [] <%init> my $bg_color = $transaction->status == 0 ? $transaction->name ne 'Error' ? '#e8ffe8' : '#ffe8e8' : '#e8e8e8'; my $dt = Contenido::DateTime->new( postgres => $transaction->mtime );