]> git.llucax.com Git - software/sercom.git/commitdiff
Listar integrantes de grupo.
authorLeandro Lucarella <llucax@gmail.com>
Fri, 16 Mar 2007 20:38:50 +0000 (20:38 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Fri, 16 Mar 2007 20:38:50 +0000 (20:38 +0000)
sercom/subcontrollers/curso/grupo/templates/list.kid

index d66b3e7230bd86e1a6dc6c513cb1ea5ed100f32c..d1fc808b2088db3b56dbe933b1634370a1ce7209 100644 (file)
 <table class="list">
     <tr>
         <th>Nombre</th>
+        <th>Integrantes</th>
         <th>Responsable</th>
         <th>Tutores</th>
         <th>Operaciones</th>
     </tr>
     <tr py:for="record in records">
         <td><span py:replace="record.nombre">nombre</span></td>
+        <td><span py:replace="', '.join((ai.alumno.padron for ai in record.alumnos))">tito, juanca</span></td>
         <td><a py:if="record.responsable is not None" href="${tg.url('/alumno/show/'+str(record.responsable.alumno.id))}" py:content="record.responsable.alumno.shortrepr()"></a></td>
         <td><span py:replace="', '.join((di.docente.usuario for di in record.docentes))">tito, juanca</span></td>
         <td>