{% load wagtailadmin_tags %}
{{ widget }} {# This span only used on rare occasions by certain types of input #}
{% if field.help_text %}

{{ field.help_text }}

{% endif %} {% if errors %}

{% for error in errors %} {{ error|escape }} {% endfor %}

{% endif %}