<% if (structuredData) { %>
<% } %>
<% if (imageSrcOnLogo) { %>
<% } %>
<% if (imageSrcOnHeader1) { %>
<% } %>
<% if (imageSrcOnHeader2) { %>
<% } %>
<% if (imageSrcOnTopOfJobDescription) { %>
<% } %>
<% _.each(jobInfo, function(info, i) { %>
<% if (info.toUpperCase() == 'DPOSTINGEND' || info.toUpperCase() == 'EXPIRATION' || info.toUpperCase() == "DPOSTINGSTART") { %>
<% formattedValue = utilities.formatPostingDate(data.jobFields[info], data.jobFields['POSTINGTIMEZONE'], configuration) %>
<% } else { %>
<% formattedValue = utilities.formatValue((data.jobFields[info] || ' '), data.globals.typeDescriptor[info], configuration) %>
<% }
let fieldName = info.toUpperCase();
%>
<% if(fieldName == 'DPOSTINGSTART') { %>
-
<%- translate.get(info, translate.get('JD_Param'+(i+1))) %> - <%= formattedValue %>
<% } else if ( fieldName == 'SJOBNUMBER' ) { %>
-
<%- translate.get(info, translate.get('JD_Param'+(i+1))) %> - <%= formattedValue %>
<% } else if ( fieldName == 'SLOVLIST33') { %>
-
<%- translate.get(info, translate.get('SA_LOV33')) %> - <%= formattedValue %>
<% } else { %>
-
<% if(formattedValue.trim() && formattedValue.trim() !== ' ') { %>
<%= formattedValue %>
<% } %>
<% } %>
<% }); %>
<%= buttonsHtml["apply"] %>
<% if(send2friendHasCorrectData) { %>
<% if(!settings.jobDetails.shareJobTemplate.refferalProgramActivated) { %>
<%= buttonsHtml["send2friendButton"] %>
<% } else { %>
<%= buttonsHtml["send2friend"] %>
<% } %>
<% } %>
<%= buttonsHtml["print"] %>
<%= buttonsHtml["back"] %>
<%= data.jobFields.jobTitle %>
<% if (data.topImage) { %>

<% } %>
<% _.each(data.customFields, function(field, i) { %>
<%= field.content %>
<% }); %>
<% if (data.bottomImage) { %>

<% } %>
<% if (data.attachments && data.attachments.length > 0) { %>
<%- translate.get('avaliableDocuments') %>
<% } %>
<%= data.jobFields.jobTitle %>
<% if (data.topImage) { %>

<% } %>
<% _.each(data.customFields, function(field, i) { %>
<%= field.content %>
<% }); %>
<% if (data.bottomImage) { %>

<% } %>
<% if (data.attachments.length > 0) { %>
<%- translate.get('avaliableDocuments') %>
<% } %>
<% if (imageSrcOnBottom) { %>
<% } %>