{% load heliport %} {% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% comment %} NOTE: This template uses Bootstrap 4. This is due to the fact that it is rendered into a Django REST Framework API view which still uses Bootstrap 4. {% endcomment %} {% for rendered_field, error in field.render_form_inputs|zip_dict:field.errors %}
{% if field.label %} {% endif %}
{{ rendered_field }} {% if forloop.last %}
{% endif %}
{% if error %} {% for e in error %}{{ e }}{% endfor %} {% endif %}
{% endfor %}
{% if field.label %} {% endif %}
{{ field.render_new_input }}