{{ 'upload:: Destination (collection) :' | trans }} :
{# collections list #}
{% 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 %}