{% if widget.value %}
{% for item in instance.get_items %}
{% include item.template_name %}
{% endfor %}
{% endif %}
Ctrl+Click to select multiple items.
Double-click to open item
{% if limitations %}
{{ _('Please consider the following limitations') }}:
{% for label, limits in limitations %}
{{ label }}: {{ limits }}
{% endfor %}
{% endif %}
{{ _('Drop files here to send') }}
{% include 'paper_uploads/collection_item/preloader.html' %}
{% for name, field in collection_cls.item_types.items %}
{% include field.model.template_name %}
{% endfor %}