<%= @thread.status[:status] %>
<%= @thread.status[:current_count].to_i %>/<%= @thread.status[:all_count].to_i %>
<%= @thread.status[:finish_percent].to_i %> % finished
<%= @thread.status[:info].to_s.html_safe %>
<% if @thread.status[:filename] %>
<%= @thread.status[:filename] %>
<% end %>