{% endif %}
{% for row in formConfig.rows %}
{% if row.rowHeader %}
{% endif %}
{% if row.rowType == 'radio-buttons' %}
{% endif %}
{% if row.extraHTML %}
{{ row.extraHTML|safe }}
{% endif %}
{% endfor %}
{% if extraHTML %}
{{ extraHTML|safe }}
{% endif %}