<%for(const entry of values) { /*console.log(entry);*/ const positionRoute = "/position/"+ entry.companyRouteid+ "/"+entry.positionid %>
<%= entry.Title %>
<%= entry.Abstract %>
<%if(entry.logo) { %>
<%= entry.Employees %> <%= entry.Type %>
<% } %>
<%if(entry['Salary min'] && entry['Salary max']) {%> <%= entry['Salary min']%> to <%= entry['Salary max']%> <% } %>
<%= entry['Remote status'] %>
<%} %>