{{#forEach formFields}}
{{#ifOdd index}}
{{/ifOdd}}
{{#compare type "==" "checkbox" }}
{{/compare}}
{{#compare type "==" "date" }}
{{/compare}}
{{#compare type "==" "time" }}
{{/compare}}
{{#compare type "==" "dateTime" }}
{{/compare}}
{{#compare type "==" "number" }}
{{/compare}}
{{#compare type "==" "text" }}
{{#if reference}}
\{{ $t('{{{../labels.noresults}}}') }}
{{else}}
{{/if}}
{{/compare}}
{{#ifEven index}}
{{/ifEven}}
{{#if isLast}}{{#ifOdd index}}
{{/ifOdd}}{{/if}}
{{/forEach}}