<%= ts("Please note:") %>
<%= ts("Unposted drafts are only saved for a month from the day they are first created, and then deleted from the Archive.") %>
<%= will_paginate @works %>
<% for work in @works %>
<%= render 'work_blurb', :work => work %>
<% end %>