{% csrf_token %}
{% include 'django_glue/form/field/char_field.html' with glue_model_field='collection.name' %}
{% include 'django_glue/form/field/char_field.html' with glue_model_field='collection.description' %}
{% include 'django_glue/form/field/search_and_select_field.html' with glue_model_field='collection.parent' %}
{% include 'django_spire/contrib/form/button/form_submit_button.html' %}