{% load i18n %}

{% trans "Put a book on the shelf!" %}

{% trans "Create new shelf" %}
  1. {{ new_set_form.name }}
{% if not user.tag_set.count %}

{% trans "You do not have any shelves. You can create one below, if you want to."%}

{% else %}
  1. {{ form.set_ids }}
{% endif %}