{% extends "bootstrap5/bootstrap5.html" %} {% load bootstrap5 %} {# Load CSS and JavaScript #} {% bootstrap_css %} {% bootstrap_javascript %} {% block bootstrap5_title %} {% block title %} Demo of django_userdefinedtables {% endblock title %} {% endblock bootstrap5_title %} {% block bootstrap5_content %}
{% autoescape off %} {% bootstrap_messages %} {% endautoescape %} {% block content %}

Users will be able to define the types which go in a table in a relatively flexible manner.

{% endblock content %}
{% endblock bootstrap5_content %}