{% load simple_translation_tags document_library_tags %} {% with object|get_preferred_translation_from_request:request as document_title %}
{{ document_title.description }}
{% endwith %} {% if object.download_url %} {% else %} {% get_files_for_document object as files %} {% for file in files %} {% endfor %} {% endif %}