<% const formattedType = currentType.split('-').map(word => word.charAt(0).toUpperCase() + word.slice(1)).join(' '); %>
<%= formattedType %> Level
Add New Level Type
<% if (!['undergraduate', 'postgraduate', 'pre-university'].includes(currentType)) { %>
<% } %>