Move templates to tmpl/
[plack-app-gruntmaster.git] / tmpl / st.en
CommitLineData
9da2f495
MG
1<table border class="table table-border table-striped">
2<thead>
3<tmpl_if problems><tr><th>Username<tmpl_loop problems><th><tmpl_var _></tmpl_loop><th>Total
4<tmpl_else><tr><th>Username<th>Score
5</tmpl_if>
6
7<tbody>
8<tmpl_loop st><tr><td><tmpl_var user>
9<tmpl_if problems><tmpl_loop scores><td><tmpl_var _>
10</tmpl_loop></tmpl_if><td><tmpl_var score>
11</tmpl_loop>
12</table>
This page took 0.009517 seconds and 4 git commands to generate.