{% extends "base.html" %} {% block title %}Client Report - {{ token_name }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Showing {{ pagination.per_page * (pagination.page - 1) + 1 }} to {{ pagination.per_page * pagination.page if pagination.per_page * pagination.page < pagination.total else pagination.total }} of {{ pagination.total }} matches
Try adjusting your filters or wait for clients to sync reports.