{{ current_theme.rendizar_paginacion(consulta=cursos, vista="lista_recursos") }}
{% for curso in cursos.items %}
{% endfor %}
{% if curso.logo %}
{% else %}
{% endif %}
{% else %}
{% endif %}
{{ curso.nombre }}
{% if curso.nivel == 0 %}
{% elif curso.nivel == 1 %}
{% elif curso.nivel == 2 %}
{% elif curso.nivel == 3 %}
{% endif %}
{{ _('Ver Recurso') }}
{{ tipo[curso.tipo] | safe }}
{% if curso.duracion %}
{{ curso.duracion }} mins
{% endif %} {% if curso.precio or curso.precio > 0 %}
{{ curso.precio | float }} {{ config.moneda }}
{% else %}
{{ _('Gratis') }}
{% endif %}
{{ current_theme.rendizar_paginacion(consulta=cursos, vista="resource.lista_recursos") }}
{{ _('Navegar Cursos') }}
-
-
{% for categoria in categorias %}
- {{ categoria.nombre }} {% endfor %}
-
-
{% for etiqueta in etiquetas %}
- {{ etiqueta.nombre }} {% endfor %}