{% extends "_layout.html" %} {% block content %}

{{ item.meta['filename'] }}
{% if not item.meta['locked'] or may(ADMIN) %} {% endif %} {% if may(DELETE) %} {% endif %} {% if may(ADMIN) %} {% if not item.meta['locked'] %} {% else %} {% endif %} {% endif %}

Type {{ item.meta.get('type') or 'undefined' }}, Size {{ item.meta['size'] }} bytes, uploaded {{ item.meta['timestamp-upload'] | datetime }}.
SHA256-Hash: {{ item.meta.get('hash')}}

{{ rendered_content }}
{% endblock content %} {% block extra_script %} {% endblock extra_script %}