{% load floppyforms %}{% block row %}{% for field in fields %} {% with classes=field.css_classes label=label|default:field.label help_text=help_text|default:field.help_text %} {% block field %} {% block errors %}{% include "floppyforms/errors.html" with errors=field.errors %}{% endblock %}