{# jQuery tab wrapper #}
{# tab nav bar #} {# upload tab content #}
{#
{% trans 'Choose files to add' %} :
#} {# action bar #}

({% trans %} maximum : {{ maxFileSizeReadable }} {% endtrans %})

{% trans 'You are using the Flash uploader.'%} {% trans 'This version does not allow you to access all the features offered by the HTML5 uploader' %}

{% trans 'Use the HTML5 uploader' %}
{# settings box #}
{% trans 'upload:: Destination (collection) :' %} :
{# collections list #} {% if collections|length > 0 %} {# collections status #} {% for availableCollections in collections %} {% for collection in availableCollections['databox_collections'] %}
{% trans 'upload:: Status :' %} :
{% for bit, status in availableCollections['databox'].get_statusbits() %} {% endfor %}
{{ status['name']|title }}
{% if status['img_off'] is not empty %} {% endif %} {{ status['labeloff']|default('off') }} {{ status['labelon']|default('on') }} {% if status['img_on'] is not empty %} {% endif %}
{% endfor %} {% endfor %} {% else %} {% trans 'You can not upload files' %} {% endif %}
{# upload box #}
{% trans 'Transmited files' %} :
{# download box #}