{% extends 'base.html' %} {% block content %}
{% csrf_token %} {% if subfolder %} {% endif %}
  Upload files : /{% if subfolder and subfolder.pk > 1 %}{{ path }}/{% endif %}
You can select multiple files by pressing in your keyboard (CTRL) in Linux/Windows or (⌘) in MacOS
You will not see the selected files in this window - just click the upload button after selecting.
{% if error %}

Please choose files to upload

{% endif %} {% endblock %}