A lot naming conventions applied, TODOs.txt updated
[mailer.git] / templates / de / html / member / member_payout_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom right">{%pipe,translateComma=$content[payout_total]%} $content[type]</td>
3         <td align="center" class="{%template,ColorSwitch%} bottom right">{%pipe,fixEmptyContentToDashes=$content[target_account]%}</td>
4         <td align="center" class="{%template,ColorSwitch%} bottom right">{%pipe,fixEmptyContentToDashes=$content[target_bank]%}</td>
5         <td align="center" class="{%template,ColorSwitch%} bottom right">$content[payout_timestamp]</td>
6         <td align="center" class="{%template,ColorSwitch%} bottom">{%pipe,translatePayoutStatus=$content[status]%}</td>
7 </tr>