{% load widget_tweaks %} {% csrf_token %} {% for field in form %} {% with widget=field|widget_type %} {% if widget == "checkboxinput" %}
{% else %}
{% render_field field class+="field" size="" autocomplete="off" autocapitalize="none" placeholder="" %} {% endif %}
{% endwith %} {% endfor %}