{% extends "base_generic.html" %} {% block head %} {% endblock %} {% block content %} {% block small %} {% if shared_document_detail %}
{{shared_document_detail.description|safe|linebreaksbr}}
Download PDF: | {{ shared_document_detail.pdf_file }} |
Download editable file: | {{ shared_document_detail.editable_file }} |
Download ZIP file: | {{ shared_document_detail.zip_file }} |
{{further_files.description|safe|linebreaksbr}}
Download PDF: | {{ further_files.pdf_file }} |
Download editable file: | {{ further_files.editable_file }} |
Download ZIP file: | {{ further_files.zip_file }} |