Partitions

{% if w %}{% endif %} {% for p in b.partitions -%} {% endfor %}
id Name TablesInstalled
{{p.vid}} {{p.name}} {% if p.tables -%}
    {% for t in p.orm_tables -%}
  • {{t.name}}
  • {% endfor %}
{% endif -%}
{% if w %}{{w.partition(p.vid).installed|default('')}}{% else %}{% endif %}