{% extends 'django_tables2/table.html' %} {# example of how to extend the table template #} {% block table.tbody.row %} {{ block.super }} {% endblock %}