I think the easiest and cleanest way is to stick with the methods outlined in the docs ...
<form>
<div class="column-1">
{{ form.field1 }}
...
{{ form.field5 }}
</div>
<div class="column-2">
{{ form.field6 }}
...
{{ form.field9 }}
</div>
</form>
source
share