{% comment %} Render two fields in the same row, this is col 1. field: The field. options: The field options. {% endcomment %} {% load floppyforms %} {% with classes=field.css_classes label=label|default:field.label help_text=help_text|default:field.help_text %} {% block errors %} {% include "form/errors.html" with errors=field.errors %} {% endblock %}