On-demand library
On-Demand-Bibliothek
{% for course in courses.enrolled %} {% if course.properties.on_demand %} {% if course.properties.language == userLanguage %} {% include "on_demand_cards" %} {% endif %} {% endif %} {% endfor %}