]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_list_subid_stats_row.tpl
Fix for listing all user's stats instead of stats of only a specific sub id
[mailer.git] / templates / de / html / member / member_list_subid_stats_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 $content[subid]
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right">
6                 {%pipe,anonymizeSensitiveData=$content[referral_url]%}
7         </td>
8         <td class="{%template,ColorSwitch%} bottom right">
9                 {%pipe,anonymizeSensitiveData=$content[remote_address]%}
10         </td>
11         <td class="{%template,ColorSwitch%} bottom right">
12                 {%pipe,anonymizeSensitiveData=$content[user_agent]%}
13         </td>
14         <td class="{%template,ColorSwitch%} bottom" align="center">
15                 $content[entry_added]
16         </td>
17 </tr>