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

Tabulate Schema Editor {#New table#}

In this panel, you can select which tables are available for selection in the quick-jump menu.

    {% for table in tables %}
  1. {{table.get_title}}
  2. {% endfor %}

Select all Select none

{% if schema %}

{% if schema %} Editing {{schema.get_title}} {% else %} New table {% endif%}

{# {% set pos = 1 %} {% for col in schema.get_columns %} {% set pos = pos + 1 %} {% endfor %}
Order Name Type Size Options
Reorder
New field: Reorder
#}

{% endif%}
{% endblock %}