{% load turkle_tags %}
{{ field|add_class:"form-control" }} {% if field.errors %} {{ field.errors|join:'
' }}
{% endif %}