{% load django_tables2 django_tableaux %} {% load i18n %} {% for row in table.paginated_rows %} {% block table.tbody.row %} {% include templates.render_row %} {% if table.mobile %} {% for column, cell in row.items %} {% if column.name in table.columns_optional %}