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

{{ file.get_original_filename }}

Created at: {{ file.created }}
{% if file.hotlink %} Download {{ file.get_original_filename }}

This download link is only valid for .

{% else %} Download {{ file.get_original_filename }}

Hotlinking is enabled for this file.

{% endif %}
{% endblock %}