<% var _query = (typeof query !== 'undefined') ? query : null; var _total = (typeof total !== 'undefined') ? total : courses.length; %> <% if (courses.length === 0) { %>

No courses found.

<% } else { %>
Showing <%= courses.length %> of <%= _total %> View all →
<% courses.forEach(function(course) { var lastUpdated = new Date(course.last_updated).toLocaleDateString('en-US', { year: 'numeric', month: 'short', day: 'numeric' }); %> <% }); %>
<% } %>