Browse all learning paths
Alle Lernpfade durchsuchen
{% for learning_path in learning_paths.enrolled %} {% for category in learning_path.categories %} {% if category.name == userLanguage %}
{% include "cards_learning_path" %}
{% endif %} {% endfor %} {% endfor %}