{% for document in object_list %}

{{ document.title }}

{{ document.description }}

{% if document.download_url %}

{{ document.download_url }}

{% elif document.thumbnail %}

{{ document.filer_file.original_file_name }}

{% else %}

{{ document.filer_file.name|default:document.filer_file.original_filename }}

{% endif %} {% endfor %} {% include "django_libs/partials/pagination.html" %}