{% include 'django/forms/widgets/text.html' %} {% with suggestions=widget.suggestions %} {% if suggestions %} {% for suggestion in suggestions %} {{ suggestion }} {% endfor %} {% endif %} {% endwith %}