{% load i18n static %}
{# Renders the ContentType select #}
{% include "django/forms/widgets/select.html" with widget=widget.ct %}
{# Encloses the object select with the standard admin related widget wrapper #}
{% include "django/forms/widgets/select.html" with widget=widget.obj %}