<p>{% blocktrans with unit.position as position %}Showing string {{ position }} out of {{ total }}.{% endblocktrans %}
<spanclass="navi">
<aclass="button-first"href="{{ unit.translation.get_translate_url }}?type={{ type }}&oldpos=1&dir=stay">{% trans "First" %}</a>
<aclass="button-prev"href="{{ unit.translation.get_translate_url }}?type={{ type }}&oldpos={{ unit.position }}&dir=back">{% trans "Previous" %}</a>
<aclass="button-next"href="{{ unit.translation.get_translate_url }}?type={{ type }}&oldpos={{ unit.position }}">{% trans "Next" %}</a>
<aclass="button-end"href="{{ unit.translation.get_translate_url }}?type={{ type }}&oldpos={{ total }}&dir=stay">{% trans "Last" %}</a>
<aclass="button-first"href="{{ unit.translation.get_translate_url }}?type={{ type }}&oldpos=1&dir=stay{{ search_url }}">{% trans "First" %}</a>
<aclass="button-prev"href="{{ unit.translation.get_translate_url }}?type={{ type }}&oldpos={{ unit.position }}&dir=back{{ search_url }}">{% trans "Previous" %}</a>
<aclass="button-next"href="{{ unit.translation.get_translate_url }}?type={{ type }}&oldpos={{ unit.position }}{{ search_url }}">{% trans "Next" %}</a>
<aclass="button-end"href="{{ unit.translation.get_translate_url }}?type={{ type }}&oldpos={{ total }}&dir=stay{{ search_url }}">{% trans "Last" %}</a>
</span>
</p>
<p>{% blocktrans %}Searching for "{{ search_query }}".{% endblocktrans %}</p>