]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_list_subid_stats_row.tpl
Mailer continued, sub-id tracking continued:
[mailer.git] / templates / de / html / member / member_list_subid_stats_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 <strong>$content[id]</strong>
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right" align="center">
6                 $content[subid]
7         </td>
8         <td class="{%template,ColorSwitch%} bottom right">
9                 {%pipe,anonymizeSensitiveData=$content[referral_url]%}
10         </td>
11         <td class="{%template,ColorSwitch%} bottom right">
12                 {%pipe,anonymizeSensitiveData=$content[remote_address]%}
13         </td>
14         <td class="{%template,ColorSwitch%} bottom right">
15                 {%pipe,anonymizeSensitiveData=$content[user_agent]%}
16         </td>
17         <td class="{%template,ColorSwitch%} bottom" align="center">
18                 $content[entry_added]
19         </td>
20 </tr>