{% set button_classes = 'relative inline-flex items-center px-4 py-2 border border-gray-300 text-sm font-medium rounded-md text-gray-700 bg-white hover:bg-gray-50' %}
{% with start_index = page.start_index, end_index = page.end_index, total_rows = page.total_rows %} {% trans %} Showing {{ start_index }} to {{ end_index }} of {{ total_rows }} results {% endtrans %} {% endwith %}