2 <h2>{% trans "Shelves containing fragment" %}</h2>
 
   3 {% if not user.tag_set.count %}
 
   4     <p>{% trans "You do not own any shelves. You can create one below, if you want to." %}</p>
 
   6     <form action="{% url catalogue.views.fragment_sets fragment.id %}" method="POST" accept-charset="utf-8" class="cuteform">
 
   8         <li>{{ form.set_ids }}</li>
 
   9         <li><input type="submit" value="{% trans "Save all shelves" %}"/></li>
 
  14 <form action="{% url catalogue.views.new_set %}" method="POST" accept-charset="utf-8" class="cuteform">
 
  16     <li>{{ new_set_form.name }} <input type="submit" value="{% trans "Create new shelf" %}"/></li>