mailer project continued:
[mailer.git] / templates / de / html / admin / admin_list_coupon_usr_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom right">
3                 $content[coupon_id]
4         </td>
5         <td align="center" class="{%template,ColorSwitch%} bottom right">
6                 {%pipe,generateUserProfileLink=$content[userid]%}
7         </td>
8         <td align="center" class="{%template,ColorSwitch%} bottom right">
9                 {%pipe,translateComma=$content[points]%}
10         </td>
11         <td align="center" class="{%template,ColorSwitch%} bottom right">
12                 $content[cashed_on]
13         </td>
14         <td align="center" class="{%template,ColorSwitch%} bottom right">
15                 $content[coupon_created]
16         </td>
17         <td align="center" class="{%template,ColorSwitch%} bottom right">
18                 $content[coupon_expired]
19         </td>
20         <td align="center" class="{%template,ColorSwitch%} bottom right">
21                 {%pipe,translateComma=$content[total_created]%}
22         </td>
23         <td align="center" class="{%template,ColorSwitch%} bottom right">
24                 {%pipe,translateComma=$content[total_cashed]%}
25         </td>
26         <td align="center" class="{%template,ColorSwitch%} bottom">
27                 $content[coupon_description]
28         </td>
29 </tr>