{% extends "base.html" %} {% load static %} {% block content %} {% include 'crispy_crud/fragments/common/messages.html' %} {% include 'crispy_crud/fragments/common/page_heading.html' %}
{% include 'crispy_crud/fragments/forms/hx_filter_form.html' with view_name="widget-list" %} {% if create_action %} Add {{ model_name|title }} {% endif %}
{% include "testapp/fragments/widget_table.html" %}
{% endblock %}