<%- object.get("displayName") %>

<%- object.get("objectName") %>

<% if (isEditable) { %> <%- _("Rename").t() %> <%- _("Delete").t() %> <% } %>
<% if (object.get("parentName") == "BaseSearch") { %>
<%- _("Base Search").t() %>
<% if (object.get("parentName") == "BaseSearch") { %> <%- _("Search").t() %> <% if (isEditable) { %> <%- _("Edit").t() %> <% } %> <% } else { %> <%- _("Inherited").t() %> <% } %>
<%- (object.get("baseSearch")) %> <%- _("View Results").t() %>
<% } %> <% if (object.get("parentName") != "BaseSearch") { %>
<%- _("Constraints").t() %>
<% if(object.getInheritedConstraints().length > 0) { %>
<%- _("Inherited").t() %> <% _(object.getInheritedConstraints()).each(function(constraint) { %> <% }); %>
<%- constraint.search %> <%- _("View Events").t() %>
<% } %>
<%- _("Constraint").t() %> <% if (isEditable) { %> <%- _("Edit").t() %> <% } %> <% if (object.get("parentName") == "BaseTransaction") { %> <% } else { %> <% } %>
<%- _("Group Objects").t() %> <%- object.get("objectsToGroup").toString() %> <%- _("View Transactions").t() %>
<%- _("Group By").t() %> <%- object.get("groupByFields").toString() %>
<%- _("Max Pause").t() %> <%- object.get("transactionMaxPause")%>
<%- _("Max Span").t() %> <%- object.get("transactionMaxTimeSpan")%>
<%- (object.getOwnConstraint() && object.getOwnConstraint().search) || "(" + _("None").t()+ ")" %> <%- _("View Events").t() %>
<% } %>
<%- _("Attributes").t() %>
<% if(object.getInheritedFields().length > 0) { %> <% _(object.getInheritedFields()).each(function(attribute) { %>
data-calc-id="<%- attribute.calculationID %>" <% } %> > <%- _("Inherited").t() %> <% if (!attribute.calculationID && isEditable) { %> <% if (attribute.hidden) { %> <%- _("Show").t() %> <% } else { %> <%- _("Hide").t() %> <% } %> <% if (attribute.required) { %> <%- _("Make Optional").t() %> <% } else { %> <%- _("Make Required").t() %> <% } %> <% } %>
<%- attribute.displayName %> <%= getIcon(attribute.type) %> <%- attribute.localizedType %> <%= getFieldRequiredIcon(attribute.required)%> <%- _("View Values").t() %>
<% }); %> <% } %> <% if(object.getOwnFields().length > 0) { %> <% _(object.getOwnFields()).each(function(attribute) { %>
<%- _("Auto-Extracted").t() %> <% if (attribute.editable && isEditable) { %> <%- _("Edit").t() %> <%- _("Delete").t() %> <% } %>
<%- attribute.displayName %> <%= getIcon(attribute.type) %> <%- attribute.localizedType %> <%= getFieldRequiredIcon(attribute.required)%> <%- _("View Values").t() %>
<% }); %> <% } %>
<% _(object.getOwnCalculations()).each(function(calculation) { %>
<%- calculation.expandedType %> <% if (calculation.editable && isEditable) { %> <%- _("Edit").t() %> <%- _("Delete").t() %> <% } %> <% _(calculation.outputFields).each(function(field) { %> <% if (!(calculation.calculationType == "GeoIP" && field.hidden)) { %> <% } %> <% }); %>
<%- field.displayName %> <%= getIcon(field.type) %> <%- field.localizedType %> <%= getFieldRequiredIcon(field.required)%> <%- _("View Values").t() %>
<% }); %>