{% extends "base.html" %} {% block title %}{{ project.name or "Model" }} overview{% endblock %} {% block content %}
{{ counts.entities }} logical models, {{ counts.relationships }} relationships
{% if project.dbt_target %}· dbt target {{ project.dbt_target }}{% endif %}
{{ status.summary }}
{{ a.cli }}{% endif %}
| Model | Pattern | Attributes | Definition |
|---|---|---|---|
| {{ ent.name }} | {{ ent.pattern or "—" }} | {{ ent.attributes|length }} | {{ ent.definition or "" }} |