{% if items.any? %} {% for training_event in items %}
{% include "cards_training_event" with training_event %}
{% endfor %} {% endif %}