{% if not "autocomplete" in widget.attrs.keys %}autocomplete="off"{% endif %} {% for name, value in widget.attrs.items %} {% if value is not False %} {{ name }} {% if value is not True %}="{{ value|stringformat:'s' }}"{% endif %} {% endif %} {% endfor %}