{{ heading_title }}

{% for custom_field in custom_fields %} {% if custom_field.type == 'select' %}
{% endif %} {% if custom_field.type == 'radio' %}
{% for custom_field_value in custom_field.custom_field_value %}
{% endfor %}
{% endif %} {% if custom_field.type == 'checkbox' %}
{% for custom_field_value in custom_field.custom_field_value %}
{% endfor %}
{% endif %} {% if custom_field.type == 'text' %}
{% endif %} {% if custom_field.type == 'textarea' %}
{% endif %} {% if custom_field.type == 'file' %}
{% endif %} {% if custom_field.type == 'date' %}
{% endif %} {% if custom_field.type == 'time' %}
{% endif %} {% if custom_field.type == 'datetime' %}
{% endif %} {% endfor %}