Your <%= release_type.titleize %> contracts are being prepared for download. You will be notified when it's ready.
The following downloads are also in progress:
<% downloads.each do |download| %>
<% if download.release_type == "reports"%>
- <%= download.release_type.titleize %> (as of <%= time_ago_in_words(download.created_at) %> ago)
<% else %>
- <%= download.release_type.titleize %> contracts (as of <%= time_ago_in_words(download.created_at) %> ago)
<% end %>
<% end %>