{% load i18n %}
{% if attachment.approved or attachment.redacted %} {% include "foirequest/snippets/attachment_approved.html" with attachment=attachment %} {% else %} {% include "foirequest/snippets/attachment_unapproved.html" with attachment=attachment %} {% endif %}