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

Grupos registrados en el sistema

Gestiona y administra los grupos de usuarios

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