{% extends "crud/display.html" %} {% load i18n %} {% load url from future %} {% block head_js %} {{ block.super }} {% endblock %} {% block extracontent %}
{% trans "Creating new version" %} {{ object }}.
{% trans "Busy creating the version. Please wait. This may take a while." %}
{% endblock %}