{% 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 %}

{{ training_category['name'] }}

{% endif %} {% if category_text is not empty %}

{{ 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() %}

fortsetzen

{% else %} {% if training.showLektionsliste() %}

Übersicht

{% else %}

starten

{% endif %} {% endif %}
{{training.fin}}%
{% endif %} {% else %}

{% 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 %}

{{training.fin}}%
{% endif %} {% endif %} {% endfor %} {% endfor %} {% else %} {% include "dashboard/no-dashboard-item.html" with {'heading': defaultErrorSubject} %} {% endif %}