{% trans "Booking form" as metadata_custom_label %}
{% include "respa_admin/forms/_select.html" with field=form.authentication %}
{% include "respa_admin/forms/_select.html" with field=form.generic_terms %}
{% include "respa_admin/forms/_select.html" with field=form.payment_terms %}
{% include "respa_admin/forms/_select.html" with field=form.reservation_metadata_set custom_label=metadata_custom_label %}
{% include "respa_admin/forms/_select.html" with field=form.access_code_type %}
{% include "respa_admin/forms/_textarea_input.html" with field=form.specific_terms_fi %}
{% include "respa_admin/forms/_textarea_input.html" with field=form.specific_terms_en %}
{% include "respa_admin/forms/_textarea_input.html" with field=form.specific_terms_sv %}
{% trans "Pricing" %}
{% trans "The space is free of charge" %}
{% include "respa_admin/forms/_input.html" with field=form.min_price prefix_icon="euro" %}
{% include "respa_admin/forms/_input.html" with field=form.max_price prefix_icon="euro" %}
{% include "respa_admin/forms/_select.html" with field=form.price_type %}