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

Create a New Table

Back to Home

A table simply needs a name to get started. After creating it, you can add columns to define its structure.

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