Level Management

All degree levels registered in the system

Add Level
Levels
<%= levels ? levels.length : 0 %> total
<% if (levels && levels.length > 0) { %>
<% levels.forEach((level, index) => { %> <% }); %>
# Level Name Actions
<%= index + 1 %> <%= level.type %>
<% } else { %>
No levels yet

Use the form on the left to add the first level.

<% } %>