{% for widget_info in widgets.values %}
{% block label %} {% if widget_info.label %} {% endif %} {% endblock %} {{ widget_info.widget }} {% if widget_info.help_text %}{{ widget_info.help_text|safe }}{% endif %}
{% endfor %}