{% extends "django_tables2/bootstrap5.html" %} {% block table %} {% if table.shift_table_column %}
{% include 'django_tables2_column_shifter/_partials/bootstrap5_table_block.html' %} {# Wrapper default is hide #} {# End table-wrapper #}
{# End column-shifter-container #} {% else %} {{ block.super }} {% endif %} {% endblock table %}