{% load i18n %}
{% trans "Shelves containing fragment" %}
{% if not user.tag_set.count %}
{% trans "You do not own any shelves. You can create one below, if you want to." %}
{% else %}
{{ form.set_ids }}
{% endif %}
{{ new_set_form.name }}