{% load i18n %}{% for field in fieldset %}
{% if field.is_readonly %} {{ field.contents }}{% elif field.is_checkbox %} {{field}} {% else %} {{ field }}{% endif %}{% if field.help_text %} {% endif %}{% if not field.is_readonly and field.errors %} {{ field.errors }}{% endif %}
{% endfor %}