<td><span py:replace="record.creado">descripcion</span></td>
</tr>
<tr>
- <th>Archivo:</th>
- <td><span py:replace="record.archivo_name">descripcion</span></td>
+ <th>Archivos:</th>
+ <td>
+ <a py:if="record.archivos" href="${tg.url('/enunciado/files/%d' % record.id)}">Bajar Enunciado</a>
+ </td>
</tr>
<tr>
<th>Tareas:</th>