<%= job.title %>


This job Position is no longer Available
More Jobs Here

Recommended Jobs

<% jobs.forEach(job => { %>

<%= job.description %>

<% if (job.exp_data - today > 0) { %> <%= job.exp_data - today+" Days Remains" %> <% } %> <% if (job.exp_data - today == 0) { %> Today <% } %> <% if (job.paid == 0) { %> $ Free <% } %> <% if (job.paid == 1) { %> $ Paid <% } %>
<% }) %>