<%= 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
<% } %>