comparison talosnames/templates/index.html @ 22:82d15f93cc4a

wip
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 10 Jul 2012 19:04:23 -0700
parents 48b4c926be73
children 56d267d847e1
comparison
equal deleted inserted replaced
21:48b4c926be73 22:82d15f93cc4a
18 {{for suite in suites}} 18 {{for suite in suites}}
19 <tr> 19 <tr>
20 <td>{{suite}}</td> 20 <td>{{suite}}</td>
21 <td><tt>{{repr(commands[suite])}}</tt></td> 21 <td><tt>{{repr(commands[suite])}}</tt></td>
22 <td>{{tbpl[suite]}}</td> 22 <td>{{tbpl[suite]}}</td>
23 <td><pre>foo 23 <td><pre>{{pprint(tests[suite])}}</pre></td>
24
25
26 bar</pre></td>
27 </tr> 24 </tr>
28 {{endfor}} 25 {{endfor}}
29 </table> 26 </table>
30 </body> 27 </body>
31 </html> 28 </html>