{% 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' %}
{% if AuthController.knowledge.can_change_collection_groups %}
{% include 'django_glue/form/field/multi_select_field.html' with glue_field='groups' %}
{% endif %} {% if request.GET.top_level != 'True' %}
{% include 'django_glue/form/field/search_and_select_field.html' with glue_model_field='collection.parent' %}
{% endif %}
{% include 'django_spire/contrib/form/button/form_submit_button.html' %}