{% load i18n template_tools %} {% for training in training_list %} {% if not excluded_ids or training.id not in excluded_ids %} {% include 'trainings/training_actions.html' %}

{{ training.get_version_state_display }}

{{ training.name }} {% if training.notice %} {% endif %} {{ training.business_unit.name }} {{ training.created_at }} {% if user_can_have_survey %} {% endif %} {% endif %} {% endfor %}