Large code cleanups:
[mailer.git] / templates / de / html / member / member_list_referral_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom right">
3                 $content[refid] ({%user,nickname,fixEmptyContentToDashes=$content[refid]%})
4         </td>
5         <td align="center" class="{%template,ColorSwitch%} bottom right">
6                 {%user,status,translateUserStatus=$content[refid]%}
7         </td>
8         <td align="center" class="{%template,ColorSwitch%} bottom right">
9                 {%pipe,getTotalPoints,translateComma=$content[refid]%} {?POINTS?}
10         </td>
11         <td align="center" class="{%template,ColorSwitch%} bottom right">
12                 {%pipe,getTotalUnconfirmedMails,translateComma=$content[refid]%}
13         </td>
14         <td align="center" class="{%template,ColorSwitch%} bottom right">
15                 $content[click_rate]&#37;
16         </td>
17         <td align="center" class="{%template,ColorSwitch%} bottom right">
18                 $content[activity]
19         </td>
20 </tr>