{% load static %}
{% csrf_token %}
{% if file_url %}

Uploaded file: {{ file_url }}

{% endif %}