{% 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 %}
{% 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." %}
{% blocktrans %}The original version of the document will still be available to you (but not to the public).{% endblocktrans %}
{% 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." %}