<%# header bar for doc items in index view -%>
<%# create checkbox for folder actions (delete, move, etc.) %> <% if controller_name == 'folders' || controller_name == 'bookmarks' %> <%= check_box_tag('selected[]', document[:id], false, class: 'folder_item_checkbox') %> <% end %>
<% if counter = document_counter_with_offset(document_counter) %> <%= t('blacklight.search.documents.counter', counter: counter) %> <% end %> <%= link_to_document document, truncate((render_main_title(document) || document[:id]), separator: ' ', length: index_title_length) + index_relation_base_icon(document), counter: counter %>