{% extends 'components/inline_form.html' %} {% load i18n %} {% block header %} {% trans "Edit Shelf" %} {% endblock %} {% block form %}
{% include "shelf/form.html" with editable=shelf.editable form=edit_form privacy=shelf.privacy %}
{% endblock %}