{% extends 'django_glue/form/glue_field/base_field.html' %} {% block field_content %} {# This needs to be outside of the child x-data for x-ref to be set correctly #}
{% block selected_choices %} {% endblock %}
Select Many ""
{# Loop through selected choices #} {# Loop though available choices #} {# Message if no available choices #}
{% endblock %}