{% if input_type == "textarea" %}
{% elif input_type == "select" %}
{% elif input_type == "checkbox" or input_type == 'radio'%}
{% elif input_type == "autocomplete" %}
{% elif input_type == 'file' %}
{{ field.html_name }}
{% else %}
{# {% include "django/forms/widgets/text.html" %}#} {% endif %}