{% comment %} SPDX-FileCopyrightText: 2018-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load i18n %} {% include "django/forms/widgets/input_option.html" %} {% if not widget.official %} {% if widget.percentage %} {% blocktranslate trimmed with percentage=widget.percentage %}{{ percentage }} % translated{% endblocktranslate %} {# We need to avoid trailing whitespace here, sadly #} {% endif %} {% endif %}