{% csrf_token %}
{% include 'django_spire/form/field/field.html' with field=form.name %}
{% include 'django_spire/form/field/field.html' with field=form.permission %}
{% include 'django_spire/form/field/field.html' with field=form.user %}
{% if form.has_super_access %}
{% include 'django_spire/form/field/field.html' with field=form.has_super_access %}
{% endif %}
{% include 'django_spire/form/button/submit_button.html' %}