{% set batch = request.batch() %}
    {% if batch and batch.previous %}
  • {% trans %}Previous{% endtrans %}
  • {% else %}
  • {% trans %}Previous{% endtrans %}
  • {% endif %}
  • {{ batch.start }}...{{ batch.start + batch.length -1 }} {% trans %}out of{% endtrans %} {{ batch.sequence_length }}
  • {% if batch and batch.next() %}
  • {% trans %}Next{% endtrans %}
  • {% else %}
  • {% trans %}Next{% endtrans %}
  • {% endif %}