{% extends "base.html" %} {% block title %}Info on file "{{ upl.name }}" - {{ app_name }}{% endblock %} {% block content %}
You can include this file in other pages with {{ '{{' }}media:{{ upl.id }}{{ '}}' }}.
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 %}