{% if widget.is_hidden %} {% include "django/forms/widgets/hidden.html" %} {% else %}
{% include "django/forms/widgets/input.html" %}
{% endif %}