]>
Commit | Line | Data |
---|---|---|
81cce380 | 1 | Contest start time: <%perl __OUT__ POSIX::strftime '%c', localtime __CURRENT__->{start}; %><br> |
d3200993 | 2 | Contest stop time: <%perl __OUT__ POSIX::strftime '%c', localtime __CURRENT__->{stop}; %><p> |
9da2f495 | 3 | |
99f0c4ec | 4 | <tmpl_var ESCAPE=0 description> |
5e72b0d7 | 5 | |
491e82eb MG |
6 | <tmpl_if started><a href="/ct/<tmpl_var id>/pb/">Problems</a><br> |
7 | <a href="/ct/<tmpl_var id>/log/">Job log</a><br> | |
8 | <a href="/ct/<tmpl_var id>/log/st">Standings</a></tmpl_if> |