{% 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 %}   {% endif %} {{training.title}}

fortsetzen

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

{% if not training.trainingEnabled() and canSeeHiddenTrainings %}   {% endif %} {{training.title}}

0) and (training.getFin()<100) %} href="{{training.getLastPage().getUrl()}}">fortsetzen{% else %} href="{{training.url}}">Übersicht{% endif %}

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