{{ config.titulo }}
{{ config.descripcion }}
{% for curso in cursos.items %}
{% endfor %}
{% if curso.portada %}
{% else %}
{% endif %}
 }})
{{ curso.nombre }}
{% if curso.nivel == 0 %}
{% elif curso.nivel == 1 %}
{% elif curso.nivel == 2 %}
{% elif curso.nivel == 3 %}
{% endif %}
{{ curso.descripcion | truncate(120) }}
{% if curso.duracion %}
{{ curso.duracion }} mins
{% endif %}
{% if curso.precio %}
{{ curso.precio | float }} {{ config.moneda }}
{% else %}
Gratis
{% endif %}
{{ cursos.total }} cursos disponibles.
{% if cursos.has_prev %} Anterior {% endif %} Página {{ cursos.page }} de {{ cursos.pages }} {% if cursos.has_next %} Siguiente {% endif %}
{% if current_user.is_authenticated %}
Crear
Curso
{% else %}
{% endif %}
No hay cursos disponibles en este momento.
{% endif %}