{{ 'upload:: Destination (collection) :' | trans }} :
{# collections list #}
{% if collections|length > 0 %}
{% set last_used_collection = app['settings'].getUserSetting(app.getAuthenticatedUser(), 'upload_last_used_collection') %}
{# collections status #}
{% for availableCollections in collections %}
{% for collection in availableCollections['databox_collections'] %}
{{ 'upload:: Status :' | trans }} :
{% endfor %}
{% endfor %}
{% else %}
{{ 'You can not upload files' | trans }}
{% endif %}