{% extends 'document_catalogue/base.html' %} {% block dc-content %} {% include 'document_catalogue/include/breadcrumb.html' with current_category_link=True %}
{% include 'document_catalogue/include/document.html' %}
{% if show_edit_links and user_can_edit_document %}
Edit
{% endif %} {% endblock %}