]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_list_coupon_row.tpl
Extension ext-coupon basicly finished, no shortcuts in naming:
[mailer.git] / templates / de / html / member / member_list_coupon_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom right">
3                 {%pipe,translateComma=$content[points]%}
4         </td>
5         <td align="center" class="{%template,ColorSwitch%} bottom right">
6                 $content[cashed_on]
7         </td>
8         <td align="center" class="{%template,ColorSwitch%} bottom right">
9                 $content[coupon_created]
10         </td>
11         <td align="center" class="{%template,ColorSwitch%} bottom right">
12                 $content[coupon_expired]
13         </td>
14         <td align="center" class="{%template,ColorSwitch%} bottom right">
15                 {%pipe,translateComma=$content[total_created]%}
16         </td>
17         <td align="center" class="{%template,ColorSwitch%} bottom right">
18                 {%pipe,translateComma=$content[total_cashed]%}
19         </td>
20         <td align="center" class="{%template,ColorSwitch%} bottom">
21                 $content[coupon_description]
22         </td>
23 </tr>