{% block title %}
<div class='row'>
<div class="col-md-5">
- <img src="{{ STATIC_URL }}telemeta/images/search_red.png" alt="search-results" style="vertical-align:middle" /> {% trans "Search Results" %} ({{ page_obj.start_index }} - {{ page_obj.end_index }} / {{ object_list.count }})
+ <img src="{{ STATIC_URL }}telemeta/images/search_red.png" alt="search-results" style="vertical-align:middle" /> {% trans "Search Results" %} ({{ page_obj.start_index }} - {{ page_obj.end_index }} / {{ count }})
</div>
<div class="col-md-7">
{% bootstrap_paginate page_obj range=10 show_first_last="True" %}
context['corpus_num'] = self.corpus.count()
context['fonds_num'] = self.fonds.count()
context['type'] = self.type
+ context['count'] = self.object_list.count()
return context