Programmes Management

Manage all academic programmes displayed on the public website.

<% if (frontendUrl) { %> View Programmes Page <% } %> Add New Programme
<% if (data && data.length > 0) { %> <% data.forEach(function(item) { %> <% }); %> <% } else { %> <% } %>
ID / Code Title Level Format Cost Courses Featured Actions
<%= item.id %> <%= item.title %> <% if (item.description) { %>
<%= item.description %>
<% } %>
<%= item.level || '—' %> <%= item.format || '—' %> <%= item.monthlyCost || item.cost || '—' %> <%= (item.coreCourses || []).length %> <% if (item.selected) { %> <% } else { %> <% } %>
No programmes found. Add your first programme →