{% load theme_form_tags %}{% get_css_prefix as prefix %}{% if field.use_fieldset %} {% if field.label %}{{ field.label }}{% endif %} {% else %} {% if field.label %}{% endif %} {% endif %} {% if field.help_text %}
{{ field.help_text|safe }}
{% endif %} {{ field.errors }} {{ field }}{% if field.use_fieldset %}{% endif %}