{% load bootstrap3 %} {% load i18n %}
{% bootstrap_field form.left layout="inline" %}

 

{% bootstrap_field form.right layout="inline" %}
{% trans "All items selected on the left side can be swapped with all items selected on the right side." %} {% if form.left.errors %}
{{ form.left.errors }} {% endif %} {% if form.right.errors %}
{{ form.right.errors }} {% endif %}