<%= course.fullname %>

<%= course.summary %>

<% _.each(sections, function(section) { %> <% if (section.modules && section.modules.length >0) { %>

<%= MM.util.formatText(section.name) %>

<% } %> <% }); %>