Move templates to tmpl/
[plack-app-gruntmaster.git] / tmpl / st.en
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.023738 seconds and 5 git commands to generate.