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

{{ current_theme.rendizar_paginacion(consulta=cursos, vista="course.lista_cursos") }}
{% for curso in cursos.items %}
{% if curso.portada %} {{ 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="course.lista_cursos") }}
Navegar Cursos