<%- gettext('It is visible to learners, ensuring that all learners can view its contents.') %>
<% if (!xblockInfo.isVertical()) { %>
<%- gettext('It is intentionally hidden from standard navigation, ensuring that only individuals with the link can view its contents.') %>
<% if (hideFromTOC) { %>
<%- gettext('If you make this section visible in the table of content, learners will be able to see its content.') %>
<% } %>
<% } %>
<% } %>
<% if (enableHideFromTOCUI) { %>
<%- gettext('It is intentionally hidden from learners, ensuring that only the course staff can view its contents.') %>
<% } %>
<% if (hasExplicitStaffLock && !ancestorLocked) { %>
<% if (xblockInfo.isVertical()) { %>
<%- gettext('If the unit was previously published and released to learners, any changes you made to the unit when it was hidden will now be visible to learners.') %>
<% } else { %>
<% var message = gettext('If you make this %(xblockType)s visible to learners, learners will be able to see its content after the release date has passed and you have published the unit. Only units that are explicitly hidden from learners will remain hidden after you clear this option for the %(xblockType)s.') %>
<%- interpolate(message, { xblockType: xblockType }, true) %>
<% } %>