<% if (structuredData) { %>
<% } %>
<% if (imageSrcOnLogo) { %>
<% } %>
<% if (imageSrcOnHeader1) { %>
<% } %>
<% if (imageSrcOnHeader2) { %>
<% } %>
<% _.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) %>
<% } %>
<% if (!formattedValue.match(/31-(.)*-2099/)) { %>
-
<%- translate.get(info, translate.get('JD_Param'+(i+1))) %>
-
<%= formattedValue %>
<% } %>
<% }); %>
<% if (data.jobFields.strapLine) { %>
<%- utilities.formatValue(data.jobFields.strapLine, data.globals.typeDescriptor.strapLine, configuration) %>
<% } %>
<% if (imageSrcOnTopOfJobDescription) { %>
<% } %>
<% if (data.topImage) { %>
<% } %>
<% _.each(data.customFields, function(field, i) { %>
<% if (i > 0) { %>
<%= field.content %>
<% } %>
<% }); %>
<% if (data.bottomImage) { %>
<% } %>
<% if (data.attachments && data.attachments.length > 0) { %>
<%- translate.get('avaliableDocuments') %>
<% } %>
<% if (data.topImage) { %>
<% } %>
<% _.each(data.customFields, function(field, i) { %>
<% if (i > 0) { %>
<%= field.content %>
<% } %>
<% }); %>
<% if (data.bottomImage) { %>
<% } %>
<% if (data.attachments.length > 0) { %>
<%- translate.get('avaliableDocuments') %>
<% } %>
<% if (imageSrcOnBottom) { %>
<% } %>
<% if(externalCareerSiteUrl !== '') { %>
<%= buttonsHtml["viewCareerSite"] %>
<% } %>
<%= buttonsHtml["back"] %>
<% if(send2friendHasCorrectData) { %>
<% if(!settings.jobDetails.shareJobTemplate.refferalProgramActivated) { %>
<%= buttonsHtml["send2friendButton"] %>
<% } else { %>
<%= buttonsHtml["send2friend"] %>
<% } %>
<% } %>
<%= buttonsHtml["print"] %>
<% if(showApplyButton) { %>
<%= buttonsHtml["apply"] %>
<% } %>