More code parts could take advantage of previously improved fixEmptyContentToDashes():
[mailer.git] / templates / de / html / member / member_bonus_turbo_row.tpl
1 <tr>
2         <td class="rank_$content[rank] bottom {%template,ColorSwitch%}">
3                 {%pipe,translateComma=$content[rank]%}.
4         </td>
5         <td class="rank_$content[rank] bottom {%template,ColorSwitch%}" align="center">
6                 $content[userid] ({%user,nickname,fixEmptyContentToDashes=$content[userid]%})
7         </td>
8         <td class="rank_$content[rank] bottom {%template,ColorSwitch%}" align="center">
9                 {%pipe,translateComma=$content[points]%}
10         </td>
11 </tr>