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

Lista de Categorías Disponibles

Gestiona y administra las categorías del sistema

{% if consulta %}
{% for item in consulta.items -%} {% endfor %}
Lista de categorías disponibles en el sistema.
Nombre Cursos Programas Acciones
{{ item.nombre }} {{ cursos_por_categoria(item.id) }} {{ programas_por_categoria(item.id) }}
{% else %}
No hay categorías disponibles

Usted no ha creado ninguna categoría todavía.

Crear Primera Categoría
{% endif %}
{{ current_theme.rendizar_paginacion(consulta=consulta, vista="cursos") }}