<h1>Administración de <span py:replace="namepl">Objetos</span></h1>
-<table>
+<table class="list">
<tr>
<th title="Activo">A</th>
<th>Usuario</th>
<br/>
<a href="${tg.url('/docente/new')}">Agregar</a>
+<br/>
-<div py:for="page in tg.paginate.pages">
+<div py:if="len(tg.paginate.pages) > 1">
+ Más:
+ <div py:for="page in tg.paginate.pages" py:strip="True">
<a py:if="page != tg.paginate.current_page"
href="${tg.paginate.get_href(page)}">${page}</a>
<b py:if="page == tg.paginate.current_page">${page}</b>
+ </div>
</div>
</body>