{% extends "base.html" %} {% block title %}Info on file "{{ upl.name }}" - {{ app_name }}{% endblock %} {% block content %}

Info on file "{{ upl.name }}"

{{ upl.name }}

You can include this file in other pages with {{ '{{' }}media:{{ upl.id }}{{ '}}' }}.

File info

Type: {{ type_list[upl.filetype] }}

Upload ID: {{ upl.id }}

Uploaded on: {{ upl.upload_date.strftime('%B %-d, %Y %H:%M:%S') }}

Size: {{ upl.filesize }} bytes

{% endblock %}