{% extends 'foirequest/base.html' %} {% load i18n %} {% load static %} {% load block_helper %} {% block title %}{% blocktrans with name=attachment.name %}Redacting attachment {{ name }}{% endblocktrans %}{% endblock %} {% block app_body %}

{% blocktrans with name=attachment.name %}Redact "{{ name }}"{% endblocktrans %}

{% block redaction_removal_explanation %}
{% trans "What you need to redact" %}

{% trans "If this document is not a letter to you from a public body, but any other kind of document, it very likely does not need a redaction." %}

  • {% if foirequest.user == user %} {% if foirequest.user.private %} {% trans "Please remove all your personally identifying information." %} {% else %} {% trans "Please remove all your personally identifying information except your name." %} {% endif %} {% else %} {% if foirequest.user.private %} {% blocktrans with name=foirequest.user.get_full_name %}Please remove all personally identifying information of {{ name }}.{% endblocktrans %} {% else %} {% blocktrans with name=foirequest.user.get_full_name %}Please remove all personally identifying information of {{ name }} except the name itself.{% endblocktrans %} {% endif %} {% endif %}
  • {% trans "Please remove email addresses of this site." %}
  • {% block redaction_removal_explanation_addition %}
  • {% trans "Please remove hand-written signatures." %}
  • {% endblock %}

{% blocktrans %}The original version of the document will still be available to you (but not to the public).{% endblocktrans %}

{% endblock %} {% block redaction_removal_intro %}
{% trans "How to redact" %}

{% trans "If this document is a letter to you:" %}

{% blocktrans with name=SITE_NAME %}Go to each page of the PDF and locate the parts that need to be blacked out. Redact text by selecting it. You can also draw rectangles by clicking the mouse and dragging it. {% endblocktrans %}

{% trans "Check the text only view to see if the underlying text is also gone. If the document does not load correctly, cancel and inform a site moderator." %}

{% endblock %}

{% trans "Redaction tool is loading..." %}

{% endblock %} {% block scripts %} {{ block.super }} {% addtoblock "js" %} {% endaddtoblock %} {% addtoblock "js" %} {% endaddtoblock %} {% addtoblock "css" %} {% endaddtoblock %} {% endblock %}