6417f48bc1e894a3611707e717399d7737ed7944
[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><a href="/pb/<tmpl_var _.id>"><tmpl_var _.name></a></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><a href="/us/<tmpl_var user.id>"><tmpl_if user.name><tmpl_var user.name><tmpl_else><tmpl_var user.id></tmpl_if></a>
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.02239 seconds and 3 git commands to generate.