<% var colA = 'SLOVLIST5'; var colB = 'SLOVLIST6'; %> <% if (settings.displayResultsNumber === true) { %>
<%- translate.get('numberOfJobs') %>
<% } %> <% _.each(data.jobs, function(job, i) { %>
<% _.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) %>

<% if (job.jobFields.strapLine) { %> <% } %> <% }; %> <% }); %> <%- translate.get('txtSeeJobDetails') %>
<% }); %>