{% block control_group %}
{% block label %} {% if not nolabel %} {% endif %} {% endblock %} {% block controls %}
{% block widget %}{{ field }}{% endblock %} {% block errors %} {% for error in field.errors %} {{ error }} {% endfor %} {% endblock %} {% block help_text %} {% if field.help_text %} {# We allow HTML within form help fields #} {{ field.help_text|safe }} {% endif %} {% endblock %}
{% endblock %}
{% endblock %}