{% extends 'modal_base.html' %} {% load i18n %} {% block title %} {% if create_draft_allowed %} {% trans 'New version creation confirmation' %} {% else %} {% trans 'New version creation not allowed' %} {% endif %} {% endblock title %} {% block body %} {% if create_draft_allowed %}
{% else %}/{% blocktrans trimmed with training_name=training.name %} It's not possible to create a new version for the scenario "{{ training_name }}" for the following reason: {% endblocktrans %}
{{ create_draft_not_allowed_reason }}