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="''"/>
13 <td><span py:replace="record.nombre">nombre</span></td>
17 <td><span py:replace="XML(record.desc)">descripcion</span></td>
21 <td><a py:if="record.autorID is not None"
22 href="${tg.url('/docente/show/%d' % record.autor.id)}"><span py:replace="record.autor.shortrepr()">autor</span></a></td>
27 <a href="${tg.url('/enunciado/edit/%d' % record.id)}">Editar</a> |
28 <a href="${tg.url('/enunciado/list')}">Volver</a>