{% set current_theme = current_theme() %} {{ current_theme.headertags() }} Lista de Grupo {{ current_theme.local_style() }} {{ current_theme.navbar() }}

Grupos registrados en el sistema.

Nuevo Grupo

{% for item in grupos.items -%} {% endfor %}
Lista de grupos registrados en el sistema.
Grupo Activo Tutor
{{ item.nombre }} {{ item.activo }} {{ item.tutor }}
{{ current_theme.rendizar_paginacion(consulta=grupos, vista="groups") }}