{% extends 'base.html' %} {% block content %}
{% if type == 'DISK_SPACE_ERROR' %}
This TorBox can not generate your zip file. Please try again with a smaller selection.
{% endif %} {% if type == 'SELECTION_ERROR' %}
Please select one or more files to generate a zip file.
{% endif %}
{% endblock %}