]> git.sesse.net Git - ccbs/blob - html/templates/registration.tmpl
Added a minimal list over people registered at a tournament.
[ccbs] / html / templates / registration.tmpl
1 [%# vim:set filetype=html: %]
2 <h2>PĆ„meldte</h2>
3
4 <div>
5   <ul>
6 [% FOR p = people %]
7     <li>[% p.nick %]</li>
8 [% END %]
9   </ul>
10 </div>