{% load i18n %}
{% trans "Put a book on the shelf!" %}
{% trans "Create new shelf" %}
{{ 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 %}
{{ form.set_ids }}
{% endif %}