<% if (courses.length > 1) { %>

<%- gettext('Select one of the following courses.') %>

<% } %> <% if (courses) { %> <% if(courses.numberOfPages > 1) { %>
<% } %> <% _.each(page, function(course) { %>

<%= course.attributes.benefit_value %> <%- gettext('off') %>

<%= course.attributes.title %>

<%= course.attributes.voucher_end_date_text %>

<%= course.attributes.title %>

<%= course.attributes.organization %>

<%= course.attributes.course_start_date_text %>

$<%= course.attributes.stockrecords.price_excl_tax %>

<%- gettext('Now') %> $<%= course.attributes.new_price %>

<% if (isEnrollmentCode) { %> <%- gettext('Enroll Now') %> <% } else { %> <%- gettext('Checkout') %> <% } %>
<% }); %> <% if(courses.numberOfPages > 1) { %>
<% } %> <% } else { %>

No courses returned!

<%- gettext("If you need assistance, contact edX support.") %>
<% } %>