{% load i18n %}
var ReviewModalMixin = {
show: function () {
var modal = this;
$('.modal', modal.root).modal('show');
modal.update();
},
hide: function () {
var modal = this;
$('.modal', modal.root).modal('hide');
modal.update();
},
};
{% trans "Additional data required" %}
{% trans "You cannot submit this activity for review before you:" %}
{ error }
{% trans "Submit for review" %}
{% blocktrans %} You are about to submit this {{activity_singular_lower}} to be reviewed and approved by Government Partners prior to publication. Based on this {{activity_singular_lower}}, the following organisations will be notified: {% endblocktrans %}
{admin_organisation_name} ({% trans "mandatory" %})
{ organisation.name }
{% trans "To change this list please change the organisations listed as accountable partners in the Organisations tab." %}
this.mixin(ReviewModalMixin);
{% trans "Cancel review" %}
{% blocktrans %} You are about to cancel the review of this {{activity_singular_lower}}. This will revert the status of the {{activity_singular_lower}} to draft. {% endblocktrans %}
this.mixin(ReviewModalMixin);
{% trans "Endorse Activity" %}
{% blocktrans %} You are about to endorse the {{activity_singular_lower}} indicating that you are satisfied with the information provided. {% endblocktrans %}
{% trans "Remove Endorsement" %}
{% blocktrans %} You are about to remove your endorsement of the {{activity_singular_lower}}, indicating that the {{activity_singular_lower}} information is not sufficient. Please add a comment to explain your decision. {% endblocktrans %}
this.mixin(ReviewModalMixin);
{% trans "Additional data required" %}
{% blocktrans %}You cannot publish this {{activity_singular_lower}} for review before you{% endblocktrans %}:
{% blocktrans %} You are about to approve and publish the {{activity_singular_lower}} indicating that you are satisfied with the information provided. This will make the {{activity_singular_lower}} information publicly available and the information contained will appear in your reports. {% endblocktrans %}
this.mixin(ReviewModalMixin);
{% trans "Change Activity Status" %}
{% trans "Send back to Review" %}
{% blocktrans %}Sending the activity back to Review status will hide the {{activity_singular_lower}} from the public site and reports. It will also alert each party to review the {{activity_singular_lower}}. Please note that it does not remove prior endorsements{% endblocktrans %}
{% trans "Send back to Draft" %}
{% blocktrans %}Sending the {{activity_singular_lower}} back to Draft status will hide the activity from the public site and reports. It will also remove prior endorsements for the {{activity_singular_lower}}{% endblocktrans %}