{% set current_theme = current_theme() %} {% set config = config() %} {{ current_theme.headertags() }} Cursos Disponibles {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ cursos.total }} cursos encontrados - Página {{ cursos.page }} de {{ cursos.pages }}
{% if cursos.has_next %} {% endif %}
{% for curso in cursos.items %}
{% if curso.portada %} {{ curso.nombre }} {% else %}
{{ curso.nombre[:20] }}...
{% endif %}
{% if curso.nivel == 0 %} Introductorio {% elif curso.nivel == 1 %} Principiante {% elif curso.nivel == 2 %} Intermedio {% elif curso.nivel == 3 %} Avanzado {% endif %}
{{ curso.nombre }}

{{ curso.descripcion | truncate(120) }}

{% if curso.duracion %}
{{ curso.duracion }} mins
{% endif %}
{% if curso.precio %} {{ curso.precio | float }} {{ config.moneda }} {% else %} Gratis {% endif %}
Ver Curso
{% endfor %}
{% if cursos.has_prev %} {% endif %}
Página {{ cursos.page }} de {{ cursos.pages }} - {{ cursos.total }} cursos encontrados
{% if cursos.has_next %} {% endif %}
Categorías
{% for categoria in categorias %} {{ categoria.nombre }} {% endfor %}
{% for etiqueta in etiquetas %} {{ etiqueta.nombre }} {% endfor %}