2f581268f7aa41595dd47df412a04495ba2da7fd
[mailer.git] / templates / de / html / admin / admin_list_bank_package_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom">
3                 <input type="checkbox" title="{--ID_SELECT--} $content[id]" class="form_field" name="id[$content[id]]" value="1" />
4         </td>
5         <td align="center" class="{%template,ColorSwitch%} bottom right">
6                 <strong>$content[id]</strong>
7         </td>
8         <td align="center" class="{%template,ColorSwitch%} bottom right">
9                 $content[title]
10         </td>
11         <td align="center" class="{%template,ColorSwitch%} bottom right">
12                 $content[description]
13         </td>
14         <td align="center" class="{%template,ColorSwitch%} bottom right">
15                 {%pipe,translateComma=$content[account_fee]%} {?POINTS?}
16         </td>
17         <td align="center" class="{%template,ColorSwitch%} bottom right">
18                 {%pipe,translateComma=$content[interest_plus]%}%
19         </td>
20         <td align="center" class="{%template,ColorSwitch%} bottom right">
21                 {%pipe,translateComma=$content[interest_minus]%}%
22         </td>
23         <td align="center" class="{%template,ColorSwitch%} bottom">
24                 {%pipe,translateComma=$content[package_active]%}
25         </td>
26 </tr>