{% extends "document/base.html" %} {% load i18n %} {% load static %} {% load markup %} {% block body %}

{{ object.title }}

{% if object.description %}

{{ object.description|markdown }}

{% endif %} {% if object.foirequest %}

{% blocktrans with title=object.foirequest.title request_url=object.foirequest.get_absolute_url %} This document is part of the request ”{{ title }}”. {% endblocktrans %}

{% endif %}
{# expose direct links through redirects in case they get copied #} {% trans "Download original" %}
{% endblock %}