{{#each queryFormFields}}
{{> WhichFormItem form="queryFormData"}}
{{/each}}
{{#if (equals $import true)}}
{{#each queryFormBtnList}}
{{ label }}
{{/each}}
{{/if}}
{{#each tableRowBtnList}}
{{ label }}
{{/each}}
{{#each tableColFields}}
{{/each}}
{{#if tableColBtnList}}
{{#each tableColBtnList}}
{{
label }}
{{/each}}
{{/if}}