{% if field.use_fieldset %}
{% if field.label %}{{ field.legend_tag }}{% endif %} {% else %}
{% if field.label %}{{ field.label_tag }}{% endif %} {% endif %} {{ field }} {% if field.help_text %}
{{ field.help_text|safe }}
{% endif %} {% if field.errors %}
{{ field.errors }}
{% endif %} {% if field.use_fieldset %}
{% else %} {% endif %}