{% load static %} {% load render_table from django_tables2 %} {% load django_bootstrap5 %} django_tables2 with bootstrap 5 template example {% bootstrap_css %}
{% block body %} Bootstrap 5 - tables docs | Bootstrap 5 - pagination docs

django_tables2 with Bootstrap 5 template example

{% if filter %}
{% bootstrap_form filter.form layout='inline' %} {% bootstrap_button 'filter' %}
{% endif %}
{% render_table table %}
{% endblock %}