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