<% var send2friend = (settings.lang == "EN") ? "Refer a Friend" : translate.get("sendToAFriend"); var buttonsHtml = { 'back': '' + ' ' + translate.get("goback") + '', 'apply': '' + ' ' + translate.get("txtapplyforjob") + '', 'print': '' + ' ' + translate.get("printAJob") + '', 'send2friend': '' + ' ' + send2friend + '' }; %> <% if (isAdvertPreviewActive) { %>
<%- translate.get('txtJobPostingPreviewNotification') %>
<% }%> <% if (imageSrcOnHeader1) { %>
<% } %> <% if (imageSrcOnHeader2) { %>
<% } %> <% if(showApplyButton) { %> class="job-title"><%= data.jobFields.jobTitle %><%= buttonsHtml["apply"] %>> <% } %> <% if (data.jobFields.strapLine) { %>
<%- utilities.formatValue(data.jobFields.strapLine, data.globals.typeDescriptor.strapLine, configuration) %>
<% } %>
<% _.each(jobInfo, function(info, i) { %>
<%- translate.get(info, translate.get('JD_Param'+(i+1))) %>
<%= utilities.formatValue((data.jobFields[info] || ' '), data.globals.typeDescriptor[info], configuration) %>
<% }); %>
<% if (imageSrcOnTopOfJobDescription) { %>
<% } %> <% if (data.topImage) { %> <%- data.topImage.alt %> <% } %> <% _.each(data.customFields, function(field, i) { %> class="lumesse-section-header lumesse-section-header-<%- i %>"><%- field.title %>>

<%= field.content %>

<% }); %> <% if (data.bottomImage) { %> <%- data.bottomImage.alt %> <% } %> <% if (imageSrcOnBottom) { %>
<% } %> <% if (data.attachments && data.attachments.length > 0) { %> ><%- translate.get('avaliableDocuments') %>> <% } %>
<%= buttonsHtml["back"] %> <%= buttonsHtml["send2friend"] %> <%= buttonsHtml["print"] %> <% if(showApplyButton) { %> <%= buttonsHtml["apply"] %> <% } %>