{% load django_tables2 django_tableaux %} {% load i18n %} {% for row in table.paginated_rows %} {% block table.tbody.row %} {% if table.mobile %} {% include templates.render_row_mobile %} {% else %} {% include templates.render_row %} {% endif %} {% if forloop.last and table.infinite_scroll and table.page.number >= table.page.paginator.num_pages %}