{% from 'bootstrap/wtf.html' import form_field %} {% macro render_bootstrap_field(field) %}
{{ field(class='form-control')|safe }}
{% endmacro %}