{{ input_string }}
{% if not uploader_disabled and upload_url %}
{% block UPLOAD_FORM_BUTTON_BAR %}
{% comment %}
The fileupload-buttonbar contains buttons to add/delete files and
start/cancel the upload
{% endcomment %}
{% comment %}
The fileinput-button span is used to style the file input field as button
{% endcomment %}
{% block UPLOAD_FORM_BUTTON_BAR_ADD %}
{% trans "Add files..." %}
{% block UPLOAD_FORM_BUTTON_BAR_ADD_FILE_INPUT %}
{% comment %}
UPLOAD_FORM_BUTTON_BAR_ADD_FILE_INPUT and FILE_INPUT
control the same block.
FILE_INPUT is the original and shorter block name that has
been kept to function as a convenient alias as well as to
allow backward-compatibility with dependent projects.
Note: Only one should be overriden in the inheriting templates.
{% endcomment %}
{% block FILE_INPUT %}
{% comment %}
The file input for the upload form.
{% endcomment %}
{% endblock %}
{% endblock %}
{% block UPLOAD_FORM_BUTTON_BAR_ADD_EXTRA %}
{% endblock %}
{% endblock %}
{% block UPLOAD_FORM_BUTTON_BAR_CONTROL %}
{% endblock %}
{% block UPLOAD_FORM_BUTTON_BAR_EXTRA %}
{% endblock %}
{% block UPLOAD_FORM_PROGRESS_BAR %}
{% comment %}
The global progress information
{% endcomment %}
{% comment %}
The global progress bar
{% endcomment %}
{% comment %}
The extended global progress information
{% endcomment %}
{% endblock %}
{% endblock %}
{% comment %}
The loading indicator is shown during file processing
{% endcomment %}
{% block UPLOAD_FORM_LINDICATOR %}
{% endblock %}
{% endif %}
{% block UPLOAD_FORM_LISTING %}
{% comment %}
The table listing the files available for upload/download
{% endcomment %}