<% _.each(headers, function(header, j) { %>
<% if (header.id == 'jobTitle' || header.id == 'SJOBTITLE' || header.id == 'sJobTitle') { %>
-
<%= utilities.formatValue(job.jobFields[header.id], data.globals.typeDescriptor[header.id], configuration) %>
<% }else if(j < 2){ %>
-
<%= utilities.formatValue(job.jobFields[header.id], data.globals.typeDescriptor[header.id], configuration) %>
<% } else { %>
-
<% if (header.id.toUpperCase() == 'DPOSTINGEND' || header.id.toUpperCase() == 'EXPIRATION' || header.id.toUpperCase() == "DPOSTINGSTART") { %>
<%= utilities.formatPostingDate(job.jobFields[header.id], job.jobFields['POSTINGTIMEZONE'], configuration) %>
<% } else { %>
<%= utilities.formatValue(job.jobFields[header.id], data.globals.typeDescriptor[header.id], configuration) %>
<% } %>
<% } %>
<% }); %>
<% _.each(headers, function(header, j) { %>
<% if (header.id == 'jobTitle' || header.id == 'SJOBTITLE' || header.id == 'sJobTitle') { %>
<%- translate.get('txtSeeJobDetails') %>
<% }; %>
<% }); %>
<% }); %>