Empty module added, 2 internal TODOs closed
[mailer.git] / templates / de / html / member / member_transfer_row.tpl
1 <tr>
2   <td class="transfer_row1 {%template,ColorSwitch%} bottom right">
3     <div class="transfer_row1">$content[trans_id]</div>
4   </td>
5   <td class="transfer_row2 {%template,ColorSwitch%} bottom right">
6     <div class="transfer_row2">$content[time_trans]</div>
7   </td>
8   <td class="transfer_row3 {%template,ColorSwitch%} bottom right">
9     <div class="transfer_row3">$content[party_userid]</div>
10   </td>
11   <td class="transfer_row4 {%template,ColorSwitch%} bottom right">
12     <div class="transfer_row4">$content[reason]</div>
13   </td>
14   <td class="transfer_row5 {%template,ColorSwitch%} bottom">
15     <div class="transfer_row5">{%pipe,translateComma=$content[points]%}</div>
16   </td>
17 </tr>