{# 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 }}

{% endmacro %} {% macro error_state(detail) %} {% endmacro %}