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

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