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

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

{% else %}
{{ errorlist(form) }}
{{ csrf() }} {{ _('Cancel Review') }}
{{ csrf() }}

{% if document.parent %} {% trans %}Thanks for taking the time to review these changes. Please consider sending a thank you to the person who submitted them.{% endtrans %} {% else %} {% trans %}Clicking Accept will make this version of the article live! Please pick the appropriate revision level below and consider sending a thank you to the person who submitted this.{% endtrans %} {% endif %}

{% if not document.parent %} {{ form.significance|safe }} {% endif %}
{{ _('Cancel') }}
{{ csrf() }}

{% trans %}Thanks for taking the time to review these changes. Please consider leaving a message for the person who submitted them explaining why they were rejected.{% endtrans %}

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