<% if (menuOptions.showMainTab) { %>
<% if (mark.getType() === 'EllipseAnnotation') { %>
<% } else if (mark.getType().search('Stamp') !== -1) { %>
<% } else if (mark.getType() === 'LineAnnotation' && mark.getEndHeadType() === 'None') { %>
<% } else if (mark.getType() === 'LineAnnotation' && mark.getEndHeadType() === 'FilledTriangle') { %>
<% } else if (mark.getType() === 'TextSelectionRedaction') { %>
<% } else { %>
<% } %>
<% } %>
<% if (menuOptions.showBorderColorTab === true) { %>
<% if (mark.getType() === 'EllipseAnnotation') { %>
<% } else { %>
<% } %>
<% } %>
<% if (menuOptions.showFontTab === true) { %>
class="pcc-active"<% } %>>
<% } %>
<% if (menuOptions.showLayerTab === true) { %>
class="pcc-active"<% } %>>
<% } %>
<% if (menuOptions.showESignTab === true) { %>
<% } %>
<% if (menuOptions.showLinkTab === true) { %>
<% } %>
<% if (menuOptions.showImageTab === true) { %>
<% } %>
<% if (menuOptions.showLinkStylesTab === true) { %>
<% } %>
<% if (mark.getColor || mark.getFillColor) { %>
<% if (mark.getColor) { %>
<% } else if (mark.getFillColor) { %>
>
<% } %>
<% if (menuOptions.showTransparentFillColor) { %>
<% } %>
<% } %>
<% if (mark.getOpacity) { %>
<%= Math.round(parseInt(mark.getOpacity() / 2.55, 10) / 10) * 10 %>%
<%= opacityOptions.item0 %>
<%= opacityOptions.item1 %>
<%= opacityOptions.item2 %>
<%= opacityOptions.item3 %>
<%= opacityOptions.item4 %>
<%= opacityOptions.item5 %>
<%= opacityOptions.item6 %>
<%= opacityOptions.item7 %>
<%= opacityOptions.item8 %>
<%= opacityOptions.item9 %>
<%= opacityOptions.item10 %>
<% } %>
<% if (mark.getThickness) { %>
<%= mark.getThickness() %>
<%= borderWidthOptions.item1 %>
<%= borderWidthOptions.item2 %>
<%= borderWidthOptions.item3 %>
<%= borderWidthOptions.item4 %>
<%= borderWidthOptions.item5 %>
<%= borderWidthOptions.item6 %>
<%= borderWidthOptions.item7 %>
<%= borderWidthOptions.item8 %>
<% } %>
<% if (mark.getLabel) { %>
<%- mark.getLabel() %>
<%= stampLabelApproved %>
<%= stampLabelReviewed %>
<%= stampLabelRejected %>
<% } %>
<% if (mark.getReason && reasons.enableRedactionReasonSelection) { %>
<%= menuOptions.redactionReasonLabel %>
<% _.each(reasons.reasons, function(reason, index) { %>
<%= reason.reason %>
<% }); %>
<% if (menuOptions.enableCustomRedactionReason) { %>
<% } %>
<% } %>
<% if (menuOptions.showTransparentBorderColor) { %>
<% } %>
<%- mark.getBorderThickness ? mark.getBorderThickness() : '' %>
<%= borderWidthOptions.item1 %>
<%= borderWidthOptions.item2 %>
<%= borderWidthOptions.item3 %>
<%= borderWidthOptions.item4 %>
<%= borderWidthOptions.item5 %>
<%= borderWidthOptions.item6 %>
<%= borderWidthOptions.item7 %>
<%= borderWidthOptions.item8 %>
<% } %>