{% load i18n %} {% trans "Отзыв согласия" %} | {{ revision.document.title }}

{% trans "Отзыв согласия" %}

{{ purpose.title }} / {{ revision.document.title }}

{% include "django_consent_152fz/includes/reconsent_notice.html" with notice=notice only %}

{% trans "Текущий статус" %}: {{ status_info.status_label|default:"Нет согласия" }}

{% trans "Вернуться к документу" %}

{% csrf_token %} {% if withdraw_form.non_field_errors %} {% endif %} {{ withdraw_form.anonymous_token }} {{ withdraw_form.next }} {{ withdraw_form.client_timezone }} {{ withdraw_form.client_languages }} {{ withdraw_form.client_os_locale }} {{ withdraw_form.client_screen_width }} {{ withdraw_form.client_screen_height }} {% for error in withdraw_form.confirm.errors %}

{{ error }}

{% endfor %}