{% load i18n template_tools %} {% for training in training_list %} {% if not excluded_ids or training.id not in excluded_ids %} {{ training.name }} {% if training.notice %} {% endif %} {{ training.business_unit.name }} {{ training.created_at }}

{{ training.get_version_state_display }}

{% include 'trainings/training_actions.html' %} {% if user_can_have_survey %} {% endif %} {% endif %} {% endfor %}