{% 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 %}
投诉与建议
{% guestbook fields %}
{% for item in fields %}
{% endfor %}
{% endguestbook %}