{% extends 'base.html' %} {% block content %}
{% if ALLOW_UPLOAD %}

Upload files to the TorBox

{% endif %} {% if ALLOW_DOWNLOAD %}

Dowload files from the TorBox

{% endif %}
{% endblock %}