<% if (typeof(show) !== 'undefined' && show === 'form') { %>

<%= pageRedactionOverlay.title %>

<% if (reasons && reasons.enableRedactionReasonSelection) { %>
<%= pageRedactionOverlay.selectReason %>
<% _.each(reasons.reasons, function(reason, index) { %>
<%= reason.reason %>
<% }); %>
<% } %>
<% } else if (typeof(show) !== 'undefined' && show === 'status') { %>
<%= pageRedactionOverlay.requestingAttributesOf %>
<% } %>