{% for (var i=0; i < data.length; i++) { var section = data[i]; %} {% if ((i % 2)===0) { %}
{% } %}
{{ section.label }}
{% for (var j=0; j < section.items.length; j++) { var item = section.items[j]; if(item.shown) { %}
{{ item.label || __(item.name) }} {% if(item.type==="doctype") { %} {% } %}
{% } %} {% } %}
{% if ((i % 2)===1 || i===data.length-1) { %}
{% } %} {% } %}