{% load i18n %}

{% trans "General information" %}

{% trans "*Mandatory Fields" %}

{% trans "Purposes" %}

{% include "respa_admin/forms/_errors.html" with field=form.purposes %} {{ form.purposes }}

{% trans "Name and description" %}

{% include "respa_admin/forms/_input.html" with field=form.name_fi %} {% include "respa_admin/forms/_input.html" with field=form.name_en %} {% include "respa_admin/forms/_input.html" with field=form.name_sv %} {% include "respa_admin/forms/_textarea_input.html" with field=form.description_fi %} {% include "respa_admin/forms/_textarea_input.html" with field=form.description_en %} {% include "respa_admin/forms/_textarea_input.html" with field=form.description_sv %}

{% trans "Contact person" %}

{% trans "Contact person information is shown when customer cancels manually handled reservations." %}

{% include "respa_admin/forms/_textarea_input.html" with field=form.responsible_contact_info_fi %} {% include "respa_admin/forms/_textarea_input.html" with field=form.responsible_contact_info_en %} {% include "respa_admin/forms/_textarea_input.html" with field=form.responsible_contact_info_sv %}

{% trans "External calendar" %}

{% include "respa_admin/forms/_input.html" with field=form.external_reservation_url %}