{% if page.has_previous %}
<{% trans "Later" %}
{% endif %}
{% blocktrans with page.start_index as start and page.end_index as end and paginator.count as count %}Posts {{ start }}—{{ end }} from {{ count }}{% endblocktrans %}
{% if page.has_next %}
{% trans "Earlier" %}>
{% endif %}