{% extends "filebrowser/base.html" %} {% load i18n thumbnail truncate_filter filebrowser_tags %} {% block extrahead %} {% endblock %} {% block pagetitle %}{{ block.super }} - {% trans "Document detail" %}{% endblock %} {% block extrabreadcrumbs %} {{ block.super }} {{ document.title }} {% endblock %} {% block content %}
{% thumbnail image.file 250x250 as image_thumbnail %}
{{ image.file.size|filesizeformat }} {% if perms.webfs.delete_imagedocument %} {% endif %}