{# vim: set ts=2 et sts=2 sw=2: #} {% from "layout/errorlist.html" import errorlist %} {% if revision.reviewed %}

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

{% else %}
{{ csrf() }} {{ _('Cancel Review') }}
{{ csrf() }} {% set self_approving = (user == revision.creator and document.locale == settings.WIKI_DEFAULT_LANGUAGE) %} {% if self_approving %}

{% 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 not self_approving %}
{% endif %} {% if document.is_localizable and user.has_perm('wiki.mark_ready_for_l10n') %}
{% endif %} {% if document.locale == settings.WIKI_DEFAULT_LANGUAGE and document.allows_editing_by(user) %}
{{ form.needs_change }} {{ form.needs_change|label_with_help }}
{{ form.needs_change_comment|label_with_help }}{{ form.needs_change_comment }}
{% endif %} {{ _('Cancel') }}
{{ csrf() }} {% if user != revision.creator %}

{% 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 %}