{% from "layout/errorlist.html" import errorlist %} {% from "wiki/includes/document_macros.html" import revision_contributors_label %} {% if revision.reviewed or current_revision_id and current_revision_id > revision.id %}

{{ _('Back to History') }}

{% else %}
{% csrf_token %}
{{ _('Cancel Review') }}
{% set self_approving = user == revision.creator %}
{% csrf_token %} {% if self_approving and document.locale == settings.WIKI_DEFAULT_LANGUAGE %} {# Only show self approving warning to en-US reviewers. In other locales, it is usual for the editor and the reviewer to be the same user. #}
{% trans url=url('groups.profile', 'reviewers') %}You are about to approve your own edit. Please consider asking our reviewers instead.{% endtrans %}
{% endif %} {% if should_ask_significance %}

{% trans %}Clicking Accept will make this version of the article live! Please take a moment to be sure all options are correct.{% endtrans %}

{{ form.significance }} {% endif %} {% if not should_ask_significance and not self_approving %}

{% trans %}Thanks for taking the time to review these changes. Clicking Accept will make this version of the article live! Please take a moment to be sure all options are correct.{% endtrans %}

{% endif %} {% if revision_contributors %} {# Show message textbox if there are recent contributors. #} {# Note that the reviewer is never included in the list of recent contributors. #}
{% endif %} {% if document.allows(user, 'mark_ready_for_l10n') %}
{% endif %} {% if document.allows(user, 'edit_needs_change') %}
{{ form.needs_change }} {{ form.needs_change|label_with_help }}
{{ form.needs_change_comment|label_with_help }}{{ form.needs_change_comment }}
{% endif %}
{{ _('Cancel') }}
{% csrf_token %} {% if revision_contributors %} {# Show message textbox if there are recent contributors. #} {# Note that the reviewer is never included in the list of recent contributors. #}

{% trans %}Thanks for taking the time to review these changes. Please thank the editor and then give specific, constructive feedback about what you feel needs to change in order for the revision to be acceptable.{% endtrans %}

{% endif %}
{{ _('Cancel') }}
{% endif %}