{% extends 'django_tables2/bootstrap-tables.html' %} {% block table.tbody.row %} {% for column, cell in row.items %} {{ cell }} {% endfor %} {% endblock table.tbody.row %}