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

User Defined Tables

Create and manage your own custom tables with dynamic schemas.

Create New Table
{% if lists %} {% for list in lists %} {% endfor %}
Table Name Columns Rows Actions
{{ list.name }} {{ list.columns.count }} {{ list.rows.count }} View Data Manage Columns
{% else %}

No tables yet. Create your first table to get started!

{% endif %}
{% endblock content %}