{% extends "products/base.html" %} {% load render_table from django_tables2 %} {% load i18n %} {% load crispy_forms_tags %} {% block simple_htmx_table %}active{% endblock %} {% block table_main %}

Product table

{% crispy filter.form %}
{% render_table table %} {% endblock %}