{% extends "glitter_documents/document_list.html" %} {% load thumbnail %} {% load static %} {% block extra_breadcrumb %}
  • {{ object.title }}
  • {% endblock extra_breadcrumb %} {% block h2_title %} {% endblock h2_title %} {% block app_content %}

    {{ object.title }}


    {% if object.image %} {% thumbnail object.image.file "480x480" crop="center" as thumb %} {{ object.title }} {% endthumbnail %} {% elif object.valid_image %} {% thumbnail object.document "480x480" crop="center" as thumb %} {{ object.title }} {% 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 %}

    Download file

    {{ columns.content }}
    {% endblock app_content %}