{% 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 %}
{% translate "Unofficial translation" %}
{% endif %}