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

{{ object.title }}

{% if object.description %}

{{ object.description|markdown }}

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