{% include 'django/forms/widgets/select.html' %}
{% if widget.attrs.selector and not widget.attrs.disabled %}
{# Opens the object selector modal #}
{% endif %}
{% if quick_add and not widget.attrs.disabled %}
{# Opens the quick add modal #}
{% endif %}