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="''"/>
12 <th>Instancia de Entrega:</th>
13 <td><span py:replace="record.instancia.shortrepr()">record.padrón</span></td>
17 <td><span py:replace="record.entregador">nombre</span></td>
21 <td><span py:replace="record.entrega.shortrepr()">email</span></td>
25 <td><span py:replace="record.corrector">telefono</span></td>
28 <th>Corregido el:</th>
29 <td><span py:replace="record.corregido">nota</span></td>
33 <td><span py:replace="record.nota">activo</span></td>
36 <th>Observaciones:</th>
37 <td><span py:replace="XML(record.observaciones)">observaciones</span></td>
42 <a href="${tg.url('/correccion/list')}">Volver</a>