<% img = image_tag index_slideshow_img_url(document),
:alt => document[blacklight_config.index.title_field.to_sym] %>
<%= link_to_document document, img, counter: document_counter_with_offset(document_counter) %>
<%= link_to_document document,
truncate(render_main_title(document),
separator: ' ',
length: index_title_length) + index_relation_base_icon(document),
counter: document_counter_with_offset(document_counter) %>
<%= t :'blacklight_gallery.catalog.modal_slideshow.counter', counter: document_counter + 1, count: count %>