{% extends 'components/inline_form.html' %} {% load i18n %} {% block header %} {% trans "Create Shelf" %} {% endblock %} {% block form %}
{% csrf_token %}
{% include 'snippets/privacy_select.html' %}
{% endblock %}