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