{% if total_pages is defined and total_pages > 1 %}
Page {{ current_page|default(1) }} of {{ total_pages|default(1) }}
{% if current_page is defined and current_page > 1 %}
{% endif %}
{% if current_page is defined and total_pages is defined and current_page < total_pages %}
{% endif %}