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.curso.shortrepr()">padrón</span></td>
17 <td><span py:replace="record.alumno.shortrepr()">nombre</span></td>
20 <th>Condicional::</th>
21 <td><span py:replace="record.condicional">email</span></td>
25 <td><span py:if="record.tutor" py:replace="record.tutor.shortrepr()">tutor</span></td>
28 <th>Responsabilidades:</th>
31 <li py:for="i in record.responsabilidades">
38 <th>Grupos a los que Pertenece:</th>
41 <li py:for="i in record.membresias">
42 ${i.grupo.shortrepr()}
48 <th>Entregas realizadas:</th>
51 <li py:for="i in record.entregas">
58 <th>Correcciones :</th>
61 <li py:for="i in record.correcciones">
70 <a href="javascript:window.history.go(-1)">Volver</a>