{# jQuery tab wrapper #}
{# tab nav bar #} {# upload tab content #}
{% if collections|length > 0 %}
{# action bar #}
{% trans 'Select files...' %}
({% trans %} maximum : {{ maxFileSizeReadable }} {% endtrans %})

{% trans 'You are using the HTML5 uploader.' %} {% if not app['browser'].supportFileAPI() %} {% trans 'Your browser does not support all HTML5 features properly.' %} {% endif %}

{% trans 'Use the Flash uploader' %}
{# settings box #}
{% trans 'upload:: Destination (collection) :' %} :
{# collections list #} {# collections status #} {% for availableCollections in collections %} {% for collection in availableCollections['databox_collections'] %}
{% trans 'upload:: Status :' %} :
{% for bit, status in availableCollections['databox'].get_statusbits() %} {% endfor %}
{% if status['img_off'] is not empty %} {% endif %} {{ status['labels_off_i18n'][app['locale.I18n']]|default('off') }} {{ status['labels_on_i18n'][app['locale.I18n']]|default('on') }} {% if status['img_on'] is not empty %} {% endif %}
{% endfor %} {% endfor %}
{# upload box #}
{% trans 'Transmited files' %} :
{# download box #}
{% else %} {% trans 'You can not upload files' %} {% endif %}
{% include "prod/templates/upload.html.twig" %}