Usuarios registrados en el sistema.
Usuario | Nombre | Apellido | Tipo | Estado | Fecha registro |
---|---|---|---|---|---|
{{ item.usuario }} | {{ item.nombre }} | {{ item.apellido }} | {% if item.tipo == "student" %} Usuario {% elif item.tipo == "moderator" %} Moderador {% elif item.tipo == "instructor" %} Moderador {% else %} Instructor {% endif %} {{ item.tipo | capitalize }} | {% if item.activo %} Usuario Activo {% else %} Usuario Inactivo {% endif %} {{ item.activo | replace("True", "Activo") | replace("False", "Inactivo") }} | {{ item.creado }} |
{{ macros.rendizar_paginacion(consulta=consulta, vista="usuarios") }}