<%= check_box_tag 'to_delete[]', asset.id, false, :class => "checkbox_in_list" %> <%= asset.title.i18n_variable[I18n.locale] rescue nil %>
<%= asset.data.file.content_type %> <%= number_to_human_size(asset.data.file.file_length) %> <%= asset.description.i18n_variable[I18n.locale] rescue nil %>
<% asset.sorted_tags.each do |tag| %> <%= tag[I18n.locale] %> <% end %>