{% if training.excerpt is not empty %}
{{training.excerpt | raw}}
{% endif %}
{% if userloggedin %}
{% if training.url is empty %}
Starten
{% else %}
{% if training.showLektionsliste() %}
Übersicht
{% else %}
Starten
{% endif %}
{% endif %}
{% endif %}
{% if training.getFin() > 0 and training.getLastPage() is not null and training.showResumeOption() %}
Fortsetzen
{% endif %}