{% load i18n %} {% if widget.wrap_label %} {% endif %} {% include "django/forms/widgets/input.html" %} {% if widget.wrap_label %} {{ widget.label }} {% if widget.incubating %} {% trans "Translation in development" %} {% elif not widget.official %} {% trans "Unofficial translation" %} {% endif %} {% endif %}