{% load i18n l10n fontawesome_5 %}
{% csrf_token %}

{{form.form_title}}

{% fa5_icon 'question-circle' 'far' %}
{% blocktrans %} First enter the most basic data. Of course you can change everything later. All further data, like documents or further details, can be added in the detail view after saving your new entry. {% endblocktrans %}
{% trans 'Open the input topic with a simple click.' %}
{% fa5_icon 'list' %} {% trans 'General data' %}
{% include 'form/table/generic_table_form_body.html' %}
{% fa5_icon 'map-marked-alt' %} {% trans 'Geometry' %}
{% include 'map/geom_form.html' %}