> <%- name %> <% if (isNodeOnly && canEdit) { %> <%- strings.EDIT %>  <% } %> <%- strings.EXPORT %>  <% if (isNodeOnly && canRevert) { %> <%- strings.REVERT %>  <% } %> <% if (isNodeOnly && canDelete) { %> <%- strings.DELETE %> <% } %> <% if (bundle) { %> <%- bundle %> <% if (bundleGroups) { %> <% } %> <% } %> <% if (!stanza.isLimitedProperty('@pending')) { %> <% if (isPending) { %> <%- pendingText %> <% } %> <% } else { %> <%- stanza.getLimitedPropertyMessage() %> <% } %>