>Participants

<%= course.fullname %>

<% _.each(participants, function (participant) { %>
<% if (participant.teacher) { %> Teacher <% } %>

<%= participant.fullname %>

<%= participant.email %>

<% }); %>