{% load document_library_tags %}

{{ document.title }}

{{ document.description }}

{% if object.download_url %}

{{ object.download_url }}

{% else %} {% get_files_for_document object as files %} {% for file in files %}

{{ file.name|default:file.original_filename }}

{% endfor %} {% endif %}