]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_ref_list_row.tpl
0a6570f6ea398632ea99650ba87990c1adcb04e7
[mailer.git] / templates / de / html / member / member_ref_list_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom right">
3                 $content[refid] ({%user,nickname,fixEmptyContentToDashes=$content[userid]%})
4         </td>
5         <td align="center" class="{%template,ColorSwitch%} bottom right">
6                 {%pipe,translateUserStatus=$content[status]%}
7         </td>
8         <td align="center" class="{%template,ColorSwitch%} bottom right">
9                 {%pipe,translateComma=$content[points]%} {?POINTS?}
10         </td>
11         <td align="center" class="{%template,ColorSwitch%} bottom right">
12                 {%pipe,translateComma=$content[unconfirmed]%}
13         </td>
14         <td align="center" class="{%template,ColorSwitch%} bottom right">
15                 $content[clickrate]&#37;
16         </td>
17         <td align="center" class="{%template,ColorSwitch%} bottom right">
18                 $content[activity]
19         </td>
20 </tr>