{% 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 :' %} :
{% endfor %}
{% endfor %}
{% else %}
{% trans 'You can not upload files' %}
{% endif %}