{% extends "base.html" %} {% block title %}{{ document.title }} · {{ portal_name }}{% endblock %} {% block content %}

← All documents {% if document.collection %} · {{ document.collection.title }}{% endif %}

{{ document.file_kind }}

{{ document.title }}

{% if document.category %}{{ document.category.name }}{% endif %} {% for tag in document.tags.all %}{{ tag.name }}{% endfor %} {% if show_document_dates and document.published_date %}{{ document.published_date|date:"j F Y" }}{% endif %} {% if not document.published %}Draft — staff only{% endif %}

{% if document.summary %}

{{ document.summary }}

{% endif %}
Download
{% if document.file_kind == 'pdf' %} {% endif %} {% if document.collection and document.collection.documents.count > 1 %}

Also in {{ document.collection.title }}

{% endif %} {% endblock %}