{# Display edit-collage #} {% load i18n workspaces %}

{% trans 'Selection' %}

{% for collage_item in collage_edit.collage_items.all %} {# Symbol, appears left. #} {# Delete collage item. Tipsy tooltips won't disappear. #} {% empty %} {# No collage items #} {% endfor %}
{% firstof collage_item.name '(noname)' %}
{% trans 'Select items on the map.' %}