{% extends "base.html" %} {% load i18n template_tools %} {% block head %} {{ block.super }} {% endblock %} {% block subtitle %} {% if training.pk %} {% trans 'Training:' %} {{ training.name }} {{ training.get_version_state_display }} {% include 'trainings/training_actions.html' %} {% else %} {% trans 'New training' %} {% endif %} {% endblock %} {% block actions %} {% trans 'Back to the list of trainings' %} {% if user.is_trainer and user_can_have_survey %} {% trans 'Survey' %} {% endif %} {% endblock %} {% block main %} {% if training.pk and not training.is_editable %}