- <table width="100%;">
- <tr>
- <th><strong>Tarea</strong></th>
- <th><strong>Desde</strong></th>
- <th><strong>Hasta</strong></th>
- <th><strong>Correcta</strong></th>
- <th><strong>Obs</strong></th>
- </tr>
- <tr py:for="i in record.tareas">
- <td >${i.tarea.shortrepr()}</td>
- <td>${i.inicio}</td>
- <td>${i.fin}</td>
- <td align="center">
- <span py:replace="tg.strbool(i.exito)">Si</span>
- </td>
- <td>${i.observaciones}</td>
- </tr>
- </table>