{% if (item.type == "Section Break" && item.indent != 1) { %}
{{ item.label }}
{% } else if (item.type == "Spacer") { %}
{% } else { %} {% let icon = item.icon %} {% if (item.show_arrow) { %} {% icon = "chevron-right" %} {% } %} {% if (icon) { %} {%= frappe.utils.icon(icon, "sm", "", "", "text-ink-gray-7 current-color", true) %} {% } %} {{ item.label }} {% if (item.suffix) { %} {{ item.suffix }} {% } %} {% if (!item.show_arrow) { %}
{% } %}
{% } %} {% if(!item.standard) { %}
{% } %}