{% load simple_translation_tags document_library_tags %} {% with object|get_preferred_translation_from_request:request as document_title %}

{{ document_title.title }}

{{ document_title.description }}

{% endwith %} {% 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 %}