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

Lista de Programas Disponibles

Gestiona y administra tus programas de aprendizaje

{% if consulta %}
{% for item in consulta.items -%} {% endfor %}
Lista de programas disponibles en el sistema.
Código Nombre Cursos Público Precio Estado Acciones
{{ item.codigo }} {{ item.nombre }} {{ cuenta_cursos(item.codigo) }} {% if item.publico %} {% else %} {% endif %} {% if item.precio and item.precio > 0 %} ${{ item.precio }} {% else %} Gratis {% endif %} {% if item.estado == "open" %} Abierto {% elif item.estado == "closed" %} Cerrado {% else %} Borrador {% endif %}
{% else %}
No hay programas disponibles

Usted no ha creado ningún programa todavía.

Crear Primer Programa
{% endif %}
{{ current_theme.rendizar_paginacion(consulta=consulta, vista="cursos") }}