{% extends 'components/inline_form.html' %} {% block header %} Edit Shelf {% endblock %} {% block form %}
{% csrf_token %} {% if shelf.editable %}
{% else %} {% endif %}
{% include 'snippets/privacy_select.html' with current=shelf.privacy %}
{% endblock %}