{% extends "crud/display.html" %} {% load i18n %} {% block head_css %} {{ block.super }} {% endblock %} {% block extracontent %}
{% trans "This is version" %} {{ object }}.
{% trans "Issued by" %} {{ object.user }} {% trans "on" %} {{ object.date|date:"j M Y H:i" }}.
{% if may_activate %}
{% trans "Activating this version will show you the state of the planop analysis at the time this version was created." %}
{% endif %} {% if may_restore %}
{% trans "Restoring this version sets the workversion back to the state of this version. If you have unversioned changes in your workversion, they will be saved in a version first." %}
{% endif %} {% if may_merge %}
{% trans "Merging this version with the previous version will incorporate the changes from the previous version into this version. The previous version will be removed." %}
{% endif %} {% endblock %}