Partition {{p.identity.vname}}

Partition {{p.identity.fqname}}

{% if p.tables|length > 1 -%} {% include 'tables.html' -%} {% endif -%} {% for table_name in p.tables -%} {% set table = p.get_table(table_name) %} {% include 'table.html' -%} {% endfor %}