{% set current_theme = current_theme() %} {{ current_theme.headertags() }} {{ _("Miembros del Grupo") }} {{ grupo.nombre }} {{ current_theme.local_style() }} {{ current_theme.navbar() }}

{{ _("Miembros del Grupo") }} {{ grupo.nombre }}.

{% for item in consulta.items -%} {% endfor %}
{{ _("Lista de miembros del Grupo") }} {{ grupo.nombre }}.
{{ _("Usuario") }} {{ _("Tipo") }} {{ _("Estado") }} {{ _("Fecha registro") }} {{ _("Acciones") }}
{{ item.nombre }} {{ item.apellido }} {% if item.tipo == "student" %} {{ _("Usuario") }} {% elif item.tipo == "moderator" %} {{ _("Moderador") }} {% elif item.tipo == "instructor" %} {{ _("Instructor") }} {% else %} {{ _("Otro") }} {% endif %} {{ item.tipo | capitalize }} {% if item.activo %} {{ _("Usuario Activo") }} {% else %} {{ _("Usuario Inactivo") }} {% endif %} {{ item.activo | replace("True", _("Activo")) | replace("False", _("Inactivo")) }} {{ item.creado }} {{ _("Eliminar") }}
{{ current_theme.rendizar_paginacion(consulta=consulta, vista="grupo", id=grupo.id) }}