{% guestbook fields %} {% for item in fields %}
{% if item.Type == "text" || item.Type == "number" %} {% elif item.Type == "textarea" %} {% elif item.Type == "radio" %} {%- for val in item.Items %} {%- endfor %} {% elif item.Type == "checkbox" %} {%- for val in item.Items %} {%- endfor %} {% elif item.Type == "select" %} {% endif %}
{% endfor %}
{% endguestbook %}