Grupos registrados en el sistema.
| Grupo | Activo | Tutor |
|---|---|---|
| {{ item.nombre }} | {{ item.activo }} | {{ item.tutor }} |
{{ current_theme.rendizar_paginacion(consulta=grupos, vista="groups") }}
{% set current_theme = current_theme() %}
{{ current_theme.headertags() }}| Grupo | Activo | Tutor |
|---|---|---|
| {{ item.nombre }} | {{ item.activo }} | {{ item.tutor }} |