{% load i18n %}
{% translate "Available buttons" %}
{% translate "Selected buttons" %}
{% with data_id=widget.attrs.id|add:'-choices' %} {{ widget.choices|json_script:data_id }} {% endwith %}