{# The empty and error states UI standards ยง6 requires every view to design before it ships. Shared by the machines and models pages, which are both "a real table that is legitimately empty until a later phase fills it". #} {% macro empty_state(what, explanation) %}
No {{ what }} yet.
{{ explanation }}
The database could not be read.
{{ detail }}
Run freeweight db status to see the current revision and integrity check, and
freeweight db upgrade if the schema is behind.