{# SPDX-FileCopyrightText: (C) 2024 Matthias Fehring #} {# SPDX-License-Identifier: BSD-3-Clause #} {% if field.list %} {% for option in field.optionList %} {% endif %} {% if field.description %}
{{ field.description }}
{% endif %} {% if field.errors %}
{{ field.errors|join:"
" }}
{% endif %}