◂◂ ◂ {{ _('Previous') }} {{ _('Next') }} ▸ ▸▸
{% endif %}{# L10n: This is a page range (e.g., Page 1 of 50). #} {% trans current_pg=pager.number, last_pg=pager.paginator.num_pages, current_pg_url=pager.url|urlparams(page=pager.number), last_pg_url=pager.url|urlparams(page=pager.paginator.num_pages) %} Page {{ current_pg }} of {{ last_pg }} {% endtrans %}
{# L10n: First and second arguments are the result range (e.g., 1-20); third argument is the number of total results (e.g., 1,000). #} {% trans begin=pager.start_index(), end=pager.end_index(), count=pager.paginator.count|numberfmt %} Showing {{ begin }}–{{ end }} of {{ count }} {% endtrans %}