{% load document_library_tags %} {% for document in object_list %}
{{ document.description }}
{% if document.download_url %} {% elif document.thumbnail %} {% else %}{{ document.filer_file.name|default:document.filer_file.original_filename }}
{% endif %} {% endfor %}