{% extends 'base.html' %} {% block content %} {% load static %} {% for file, name in files %}
{{name}}
Загрузить файл
{% csrf_token %}
{% endfor %} {% endblock %}