{% 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 }} {% comment %} time format in 24h {% endcomment %} {{ training.created_at|date:'SHORT_DATE_FORMAT' }} - {{ training.created_at|time:'H:i' }} {% comment %} {% if user_can_have_survey %} {% endif %} {% endcomment %} {% endif %} {% endfor %}