{% extends "base.html" %} {% block title %}Reports{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Showing {{ pagination.per_page * (pagination.page - 1) + 1 }} to {{ min(pagination.per_page * pagination.page, pagination.total) }} of {{ pagination.total }} clients
Try adjusting your filters or wait for clients to sync reports.