{% load i18n rest_framework %} {% trans "No items to select." as no_items %}
{% if field.label %} {% endif %} {% if field.help_text %}

{{ field.help_text|safe }}

{% endif %}
{% include 'rest_framework/components/field_errors.html' %}