]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_payouts_row.tpl
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_list_payouts_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom right">{%pipe,generateUserProfileLink=$content[userid]%}</td>
3         <td align="center" class="{%template,ColorSwitch%} bottom right">{%pipe,translateComma=$content[payout_total]%} $content[type]</td>
4         <td align="center" class="{%template,ColorSwitch%} bottom right">{%pipe,fixEmptyContentToDashes=$content[target_account]%}</td>
5         <td align="center" class="{%template,ColorSwitch%} bottom right">{%pipe,fixEmptyContentToDashes=$content[target_bank]%}</td>
6         <td align="center" class="{%template,ColorSwitch%} bottom right">$content[payout_timestamp]</td>
7         <td align="center" class="{%template,ColorSwitch%} bottom">$content[status]</td>
8 </tr>