{% if not notrainings %} {% for training_category in trainings %} {% if training_category['trainings'] is not empty %} {% if training_category['name'] is not empty %} {% if show_category_name %}
{{ category_text|raw }}
{% endif %} {% endif %} {% endif %} {% for training in training_category['trainings'] %} {% if training.trainingEnabled() or (not training.trainingEnabled() and canSeeHiddenTrainings) %} {% if showalltrainings != true %} {% if (training.getFin() >0) and (training.getFin()<100) %}{% if not training.trainingEnabled() and canSeeHiddenTrainings %} Training ist ausgeblendet {% endif %} {{training.title}}
{% if training.getLastPage() is not null and training.showResumeOption() %} {% else %} {% if training.showLektionsliste() %} {% else %} {% endif %} {% endif %}{% if not training.trainingEnabled() and canSeeHiddenTrainings %} Training ist ausgeblendet {% endif %} {{training.title}}
{% if (training.getFin() >0) and (training.getFin() < 100) and (training.getLastPage() is not null) and (training.showResumeOption()) %} {% if training.showLektionsliste() %} Übersicht {% else %} starten {% endif %} fortsetzen {% else %} {% if training.showLektionsliste() %} Übersicht {% else %} starten {% endif %} {% endif %}