{% extends "base.html" %} {% block title %}Entities — PhysCom{% endblock %} {% block content %}
No entities found. Add one or seed data via CLI.
{% else %} {% for dimension, entities in grouped.items() %}| ID | Name | Description | Deps | |
|---|---|---|---|---|
| {{ e.id }} | {{ e.name }} | {{ e.description }} | {{ e.dependencies|length }} | Edit |