{% include "subheader_search" %}{% include "back_button" %} {% 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 "learning_paths_carousel" , breakpoint: 768 , showOnlyInProgress: true , sortByPriority: true , showAllOnNoResults: false , hideOnlyCompleted: false , minified: true %}
{% 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 "filter_dropdown" , givenId: "learning_paths_filter" %} {% include "learning_paths_index" , items: learning_paths.available , eventId: "learning_paths_filter" %}
{% include "footer" %}