<%= link_to "#{statistic.name}", statistic %>
<%= statistic.description.try(:html_safe) %>
<%= render :partial => 'attachments',:locals => {:attachments => statistic.try(:attachments)} %>
<%= statistic.creator.show_name %>
<%= format_time statistic.created_at %>
<%= statistic.main_category.name %>
<%= statistic.sub_category.try(:name) %>