{{ heading }}

{% if not notrainings %}
{% for index, training_category in trainings %} {% 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 %} {% for training in training_category['trainings'] %} {% include 'training-overview/training-overview-item.html' with{"r": "", "userloggedin": userloggedin} %} {% endfor %} {% endfor %}
{% else %}
{% endif %}