{% extends "document/base.html" %} {% load i18n %} {% load static %} {% load markup %} {% block body %}
{{ 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 %}