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