{% extends "base.html" %} {% load bootstrap5 %} {% block content %}

A table simply needs a name.

{% csrf_token %} {% bootstrap_form form %} {% buttons %} Cancel {% endbuttons %}
{% endblock content %}