Tables

{% if w %}{% endif %} {% for t in b.schema.tables -%} {% if w %}{% endif %} {% endfor %}
id NameInstalled AsPartitions Description
{{t.vid}} {{t.name}}{{w.orm_table(t.vid).installed|default('', true)}}{% if t.partitions -%}
    {% for p in t.partitions -%}
  • {{p.name}}
  • {% endfor %}
{% endif -%}
{{t.description}}