]> git.mxchange.org Git - mailer.git/blob - templates/de/html/guest/guest_list_rallye.tpl
mailer project continued:
[mailer.git] / templates / de / html / guest / guest_list_rallye.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" width="430" class="table dashed">
3 <tr>
4         <td align="center" class="header_column bottom" width="80" height="25"><strong>{--_RALLYE_PRICE--}</strong></td>
5         <td align="center" class="header_column bottom" width="50"><strong>{--_USERID--}</strong></td>
6         <td align="center" class="header_column bottom" width="300"><strong>{--RALLYE_REFS--}</strong></td>
7 </tr>
8 $content[rows]
9 <tr>
10         <td colspan="3" class="table_footer" align="left">
11                 <div align="left"><ul>
12                         <li><div class="notice">Es werden nur aktive User gewertet.</div></li>
13                         <li><div class="notice">{%pipe,determineReferralRallyeMinimumUsers=$content[min_users]%}</div></li>
14                         <li><div class="notice">{%pipe,determineReferralRallyeMinimumPrices=$content[min_prices]%}</div></li>
15                         <li><div class="notice">Der Rechtsweg ist ausgeschlossen.</div></li>
16                 </ul></div>
17         </td>
18 </tr>
19 </table>
20 </div>