4bb3f040e6ce71aca83a27089333912566b91115
[gruntmaster-page.git] / tmpl / st.en
1 <table border class="table table-border table-striped">
2 <thead>
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
5 </tmpl_if>
6
7 <tbody>
8 <tmpl_loop st><tr><td><tmpl_var rank><td><tmpl_var user><tmpl_if name> (<tmpl_var_name>)</tmpl_if>
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.020519 seconds and 3 git commands to generate.