1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"
3 py:extends="'../../../templates/master.kid'">
5 <meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>
14 <a href="${tg.url('/curso/show/%d' % record.curso.id)}">
15 <span py:replace="record.curso.shortrepr()">nombre</span>
21 <td><span py:replace="record.numero">descripcion</span></td>
26 <a href="${tg.url('/enunciado/show/%d' % record.enunciado.id)}">
27 <span py:replace="record.enunciado.shortrepr()">autor</span>
34 <span py:replace="record.grupal">grupal</span>
40 <a href="${tg.url('/ejercicio/edit/%d' % record.id)}">Editar</a> |
41 <a href="${tg.url('/ejercicio/list')}">Volver</a>