{% include "subheader_search" %} {% comment %} Check if there are any learning paths in progress {% endcomment %} {% assign hasInProgressPaths = false %} {% for learning_path in learning_paths.enrolled %} {% if learning_path.progress > 0 and learning_path.progress < 100 %} {% assign hasInProgressPaths = true %} {% break %} {% endif %} {% endfor %}
{% if hasInProgressPaths %}
In progress En progreso
Continue where You left off Continúa donde lo dejaste
{% include "carrot_button" , buttonUrl: "/app/dashboard" , buttonText: "For you page" , buttonTextEs: "Para tu página" %} {% include "filter_dropdown" , givenId: "courses_catalog_filter" %} {% include "learning_paths_carousel" , items: learning_paths.enrolled , breakpoint: 768 , filterInProgress: true , sortByPriority: false %}
{% endif %}
Master A New Skill Domina Una Nueva Habilidad
Go more in-depth with our learning paths. Profundiza más con nuestras rutas de aprendizaje.
{% include "learning_paths_index" , items: learning_paths.available %}
{% include "footer" %}