<% let index = 0; %> <% for (const pm in permission) { %> <% index ++ %>
<% for (const ip of permission[pm].children) { %> <% if (ip.show === undefined && ip.show !== false) { %>
<% if (ip.hint && ip.hintIcon) { %> <% } %>
<% } %> <% } %>
<% if (permission[pm].tips) { %>

<%- permission[pm].tips %>

<% } %>
<% if (ctx.helper._.size(permission) !== index) { %>
<% } %> <% } %>