{# ── S-143 · Step 2 (Review) ────────────────────────────────────────────── Renders the loaded schema as an ERD by hx-getting the existing S-115 ``/api/schema/erd`` fragment into a child slot on load. The fragment is the same one Studio surfaces — no new route, no duplicate template. No advance gate beyond schema-loaded (which is the same predicate as step 1 → 2), so this step is the "look before you leap" review surface. ── #} {% extends "wizard/_step_base.html" %} {% block content %}

The loaded schema rendered as an entity-relationship diagram. Click any table to see its column details. When you are happy, click Next to start configuring the data spec.

Loading schema ERD…
{% endblock %}