]> git.sesse.net Git - ccbs/blobdiff - html/templates/registration.tmpl
Added a minimal list over people registered at a tournament.
[ccbs] / html / templates / registration.tmpl
diff --git a/html/templates/registration.tmpl b/html/templates/registration.tmpl
new file mode 100644 (file)
index 0000000..74f1167
--- /dev/null
@@ -0,0 +1,10 @@
+[%# vim:set filetype=html: %]
+<h2>PĆ„meldte</h2>
+
+<div>
+  <ul>
+[% FOR p = people %]
+    <li>[% p.nick %]</li>
+[% END %]
+  </ul>
+</div>