{% 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 %}