{% 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 %}
  1. {{ form.set_ids }}
{% endif %}
  1. {{ new_set_form.name }}