<% _.each(days_name, function(name) { %>
<%= name %>
<%= cal.options.type !== 'Jalali' ? start.getDate() : start.getJalaliDate() %> <%= cal.options.type !== 'Jalali' ? cal.locale['ms' + start.getMonth()] : cal.locale['jms' + (start.getJalaliMonth() - 1)] %>
<% start.setDate(start.getDate() + 1); %>
<% }) %>