{{ object.title }}
{% if object.image %}
{% thumbnail object.image.file "480x480" crop="center" as thumb %}
{% endthumbnail %}
{% elif object.valid_image %}
{% thumbnail object.document "480x480" crop="center" as thumb %}
{% endthumbnail %}
{% endif %}
- Type
- {{ object.document_format }} {% if object.author %}
- Author
- {{ object.author }} {% endif %}
- File size
- {{ object.file_size|filesizeformat }} {% include "includes/social_share.html" with social_title=object.title %}