{% with tables = jinja.get("tables", {}) %}
| {{ col.get("label", col["field"]) if isinstance(col, dict) else col }} | {% endfor %}
|---|
| {{ edge[col["field"] if isinstance(col, dict) else col] }} | {% endfor %}
| {{ col.get("label", col["field"]) if isinstance(col, dict) else col }} | {% endfor %}