{% load i18n %}

{% trans "Your shelves with books" %}

{% if shelves %} {% else %}

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

{% endif %}
  1. {{ new_set_form.name }}