{% load i18n %}

{% trans "Edit version" %}

{% blocktrans with questionnaire_type=questionnaire_type %} If you want to make changes to a published {{ questionnaire_type }} you can create a new version of this {{ questionnaire_type }}. The current version of the questionnaire remains public until the new version is published. The previous / old version will be archived and remains available to public users. {% endblocktrans %}

{% if 'edit_questionnaire' in review_config.permissions %}

{% trans "Create new version" %}

{% blocktrans with questionnaire_type=questionnaire_type %} Create a new {{ questionnaire_type }} draft based on the published questionnaire. The publication workflow will start again. {% endblocktrans %}

{% endif %} {% if 'delete_questionnaire' in review_config.permissions %} {% include 'details/review_panel/_delete.html' %} {% endif %} {% if 'change_compiler' in review_config.permissions %} {% include 'details/review_panel/_change_compiler.html' %} {% endif %} {% if 'flag_unccd_questionnaire' in review_config.permissions %}

{% trans "Flag as UNCCD best practice" %}

{% trans 'Flag this questionnaire as a UNCCD best practice for this country.' %}

{% endif %} {% if 'unflag_unccd_questionnaire' in review_config.permissions %}

{% trans "Unflag as UNCCD best practice" %}

{% trans 'This questionnaire is flagged as a UNCCD best practice for this country. As the UNCCD national focal point, you can remove this flag.' %}

{% endif %}