<%const entry = values[0]; if(entry){ const company = { ...entry, image: entry.logo, route: "/companies/"+entry.companyRouteid }; %>

<%=entry.Title%>

<%if(entry['salary-min'] && entry['salary-max']) {%> <%= entry['Salary min']%> to <%= entry['Salary max']%> <% } %>
<%= entry['Remote status'] %>
<%= entry.Abstract %>
<%- entry.description%>
<%if(company) { %>
<%= company.Employees %> <%= company.Type %>
<% } %> <% if(company.markets) { for(const tag of company.markets) { %> <%= tag %> <% } } %>
<% } else {%>
Position not found
<%}%>