]> git.llucax.com Git - z.facultad/75.52/sercom.git/blobdiff - sercom/subcontrollers/enunciado/templates/show.kid
Permitir pasar el el archivo de configuración por línea de comandos al tester.
[z.facultad/75.52/sercom.git] / sercom / subcontrollers / enunciado / templates / show.kid
index 959ed9b56e305f90132359ed35d19b6ca4a6505f..deb2b07846955b6108559a70d8248ec5976afe51 100644 (file)
         <th>Descripción:</th>
                                <td><span py:replace="record.descripcion">descripcion</span></td>
     </tr>
-    <tr>
+    <tr py:if="'admin' in identity.current.permissions">
         <th>Autor:</th>
-                               <td><a py:if="record.autorID is not None"
-                                       href="${tg.url('/docente/show/%d' % record.autor.id)}"><span py:replace="record.autor.shortrepr()">autor</span></a></td>
+                               <td>
+                                       <a py:if="record.autorID is not None" href="${tg.url('/docente/show/%d' % record.autor.id)}"><span py:replace="record.autor.shortrepr()">autor</span></a></td>
     </tr>
-    <tr>
+    <tr py:if="'admin' in identity.current.permissions">
         <th>Creado el:</th>
                                <td><span py:replace="record.creado">descripcion</span></td>
     </tr>
     <tr>
-        <th>Archivo:</th>
+        <th>Archivos:</th>
                                <td>
-           <a py:if="record.archivo_name" href="${tg.url('/enunciado/files/%d' % record.id)}" py:content="record.archivo_name">Bajar Enunciado</a>
+           <a py:if="record.archivos" href="${tg.url('/enunciado/files/%d' % record.id)}">Bajar Enunciado</a>
                                </td>
     </tr>
     <tr>
@@ -52,7 +52,7 @@
         <th>Casos de Prueba:</th>
                                <td>
                                        <ul>
-                                               <li py:for="t in record.casos_de_prueba" py:content="t.shortrepr()" />
+                                               <li py:for="t in record.casos_de_prueba" py:if="t.publico or 'admin' in identity.current.permissions" py:content="t.shortrepr()" />
                                        </ul>
                                </td>
     </tr>