{% load static from staticfiles %} text:
{% for widget in widget.subwidgets %}
{{ widget.attrs.label }}:
{% include widget.template_name %}
{% endfor %} {% if widget.text_input_help_text %}
{{ widget.text_input_help_text }}
{% endif %}