{% load i18n %} {% for backend, values in groups.items %} {% with id=backend|add:'.'|add:'groups' %}
{% with input_group_class="d-flex align-items-center justify-content-between px-0 my-2" input_class="form-control border border-secondary" %} {% for value in values %}
{% empty %}
{% endfor %} {% endwith %}
{% endwith %} {% endfor %}