{% load bootstrap_extras %}
{{ field|with_class:'form-control' }} {% if field.errors %} {{ field.errors|join:'
' }}
{% endif %} {% if field.help_text %} {{ field.help_text }} {% endif %}