{% comment %} SPDX-FileCopyrightText: 2024-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %}
{% if widget.addon_before %}
{{ widget.addon_before }}
{% endif %} {% include "django/forms/widgets/input.html" %} {% if widget.addon_after %}
{{ widget.addon_after }}
{% endif %}