{% if total > 0 %} Showing {{ offset + 1 }}–{{ offset + users|length }} of {{ total }} {% endif %} {% if offset > 0 %} Previous {% endif %} {% if offset + per_page < total %} Next {% endif %}