{% set current_theme = current_theme() %} {% set config = config() %} {{ current_theme.headertags() }} Programas Disponibles {{ current_theme.local_style() }} {{ current_theme.navbar() }}

{{ current_theme.rendizar_paginacion(consulta=cursos, vista="lista_programas") }}
{% for curso in cursos.items %}
{% if curso.logo %}  {{ curso.nombre }} {% else %} {{ curso.nombre }} {{ curso.nombre }} {% endif %}
{{ curso.nombre }} {% if curso.nivel == 0 %} {{ curso.nombre }} {% elif curso.nivel == 1 %} {{ curso.nombre }} {% elif curso.nivel == 2 %} {{ curso.nombre }} {% elif curso.nivel == 3 %} {{ curso.nombre }} {% endif %}
{{ curso.descripcion | truncate(120) }}
{% if curso.duracion %} {{ curso.duracion }} mins {% endif %} {% if curso.precio %} {{ curso.precio | float }} {{ config.moneda }} {% else %} Gratis {% endif %}
{% endfor %}
{{ current_theme.rendizar_paginacion(consulta=cursos, vista="program.lista_programas") }}
Navegar Cursos