{% extends "base.html" %} {% block title %}Domains — PhysCom{% endblock %} {% block content %}
No domains found. Create one or seed data via CLI.
{% else %} {% for d in domains %}{{ d.description }}
| Metric | Unit | Weight | Norm Min | Norm Max | Direction |
|---|---|---|---|---|---|
| {{ mb.metric_name }} | {{ mb.unit }} | {{ mb.weight }} | {{ mb.norm_min|qty(mb.unit) }} | {{ mb.norm_max|qty(mb.unit) }} | {{ '↓ lower' if mb.lower_is_better else '↑ higher' }} |