{% extends "base.html" %} {% block title %}{{ project.name or "Model" }} overview{% endblock %} {% block content %}

{{ project.name or "Model" }}

{{ counts.entities }} logical models, {{ counts.relationships }} relationships {% if project.dbt_target %}· dbt target {{ project.dbt_target }}{% endif %}

{% if status and status.next_actions %}

Next actions

{{ status.summary }}

{% endif %}

Diagram

{% include "_erd.html" %}
{% if subject_areas %}

Subject areas

{% endif %}

All models

{% for ent in entities %} {% endfor %}
ModelPatternAttributesDefinition
{{ ent.name }} {{ ent.pattern or "—" }} {{ ent.attributes|length }} {{ ent.definition or "" }}
{% endblock %}