{% extends 'base.html' %} {% block title %}Download {{ file.get_original_filename }}{% endblock %} {% block content %}

{{ file.get_original_filename }}

Created at: {{ file.created }}
Download {{ file.get_original_filename }}

This download link is only valid for .

{% endblock %}