{{ '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'] %}
{% if app.getAclForUser(app.getAuthenticatedUser()).has_right_on_base(collection.get_base_id(), constant('\\ACL::CHGSTATUS')) %}
{{ 'upload:: Status :' | trans }} :
{% endif %}
{% endfor %}
{% endfor %}