{{ chapter.ordering }}. {{ chapter.title }}

{{ lesson.title }}

Lektion {{ position }} von {{ anzahl }} {% if lesson.estimated_duration_minutes %}{{ lesson.estimated_duration_minutes }} Min.{% endif %} {% if lesson.content_type != "markdown" %}{{ lesson.get_content_type_display }}{% endif %}
{% if lesson.content_type == "markdown" %} {% if inhalt_html %}
{{ inhalt_html }}
{% else %}

Diese Lektion hat noch keinen Inhalt.

{% endif %} {% elif datei_url %} {% if lesson.content_type == "pdf" %} Foliensatz öffnen (PDF) {% elif lesson.content_type == "pptx" %} Foliensatz öffnen (PowerPoint) {% else %} Inhalt öffnen {% endif %}

Öffnet in einem neuen Tab.

{% else %}

Für diese Lektion ist noch keine Datei hinterlegt.

{% endif %}
{% if zurueck %}{% endif %} {% if weiter %}{% endif %}