{{ modalTitle }}

{% if formConfig %}
{% else %}
{% endif %} {% for row in formConfig.rows %} {% if row.rowHeader %}

{{ row.rowHeader }}

{% endif %}
{% if row.rowType == 'radio-buttons' %}
{% endif %} {% for field in row.fields %} {% if field.type == 'input' %}
{% elif field.type == 'radio' %}
{% elif field.type == 'checkbox' %}
{% elif field.type == 'div' %}
{% endif %} {% endfor %} {% if row.rowType == 'radio-buttons' %}
{% endif %}
{% endfor %} {% if extraHTML %} {{ extraHTML|safe }} {% endif %}
{% for button in buttons %} {% if not button.hidden %}
{{ button.innerLabel }}
{% endif %} {% endfor %}
{% if formConfig %}{% else %}
{% endif %}