{% extends 'components/inline_form.html' %} {% load i18n %} {% block header %} {% trans "Edit Shelf" %} {% endblock %} {% block form %}
{% csrf_token %}
{% if shelf.editable %}
{% else %} {% endif %}
{% include 'snippets/privacy_select.html' with current=shelf.privacy uuid=shelf.id no_label=True %}
{% endblock %}