</table>
</tmpl_if>
-<tmpl_if pstoping>
-<h1>Pstoping contests</h1>
+<tmpl_if pending>
+<h1>Pending contests</h1>
<table border class="table table-bordered table-striped">
<thead>
<tr><th>Name<th>Start date<th>Stop date<th>Owner
<tbody>
-<tmpl_loop pstoping><tr><td><a href="/ct/<tmpl_var id>"><tmpl_var name></a>
+<tmpl_loop pending><tr><td><a href="/ct/<tmpl_var id>"><tmpl_var name></a>
<td><%perl __OUT__ POSIX::strftime '%c', localtime __CURRENT__->{start}; %>
<td><%perl __OUT__ POSIX::strftime '%c', localtime __CURRENT__->{stop}; %>
<td><a href="/us/<tmpl_var owner>"><tmpl_if owner_name><tmpl_var owner_name><tmpl_else><tmpl_var owner></tmpl_if></a>