Browse all learning paths
Alle Lernpfade durchsuchen
Parcourir tous les parcours d’apprentissage
すべての学習プログラム
{% for learning_path in learning_paths.enrolled %} {% for category in learning_path.categories %} {% if category.name == userLanguage %}
{% include "cards_learning_path" %}
{% endif %} {% endfor %} {% endfor %}