Add full names to standings
[gruntmaster-page.git] / tmpl / st.en
CommitLineData
9da2f495
MG
1<table border class="table table-border table-striped">
2<thead>
e40d63cd
MG
3<tmpl_if problems><tr><th>Rank<th>User<tmpl_loop problems><th><tmpl_var _></tmpl_loop><th>Total
4<tmpl_else><tr><th>Rank<th>User<th>Score
9da2f495
MG
5</tmpl_if>
6
7<tbody>
e40d63cd 8<tmpl_loop st><tr><td><tmpl_var rank><td><tmpl_var user><tmpl_if name> (<tmpl_var_name>)</tmpl_if>
9da2f495
MG
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.009416 seconds and 4 git commands to generate.