{% load i18n %}
{% if display %} {% if previous %} << {% trans 'Previous product' %} {% else %} << {% trans 'Previous product' %} {% endif %} - {{ current }} {% trans 'of' %} {{ total }} - {% if next %} {% trans 'Next product' %} >> {% else %} {% trans 'Next product' %} >> {% endif %} {% endif %}