{% extends 'base.html' %} {% block add %} {% endblock %} {% block content %}
{% csrf_token %}

UPLOAD

DOWNLOAD
{% if pk > 1 %}   /{{ path }}/ {% else %}   Download files {% endif %}
{% if not files %}
No files available
{% else %}

Filename

Size

Date

{% for file in files %} {% endfor %} {% endif %} {% if is_paginated %}
{% endif %}
{% endblock %}