[% BLOCK results_count_header %]
[%- INCLUDE "opac/parts/pref_lib_display.tt2" %] [%~ IF ctx.hit_count == ctx.pagable_limit; ctx.hit_count = ctx.hit_count _ '+'; END ~%] [%~ |l('' _ ctx.result_start _'', '' _ ctx.result_stop _ '', '' _ ctx.hit_count _ '') ~%] Results [_1] - [_2] of [_3] [%~ END %] [%~ |l('' _ (page + 1) _ '', '' _ page_count _ '') ~%] (page [_1] of [_2]) [%~ END %]
[% END %]