<% _.each(data.jobs, function(job, i) { %>
<% _.each(headers, function(header, j) { %> <% if (header.id == 'jobTitle' || header.id == 'SJOBTITLE' || header.id == 'sJobTitle') { %> <%- translate.get('txtSeeJobDetails') %> <% }; %> <% }); %>
<% }); %>