{#- Shared table markup for the list views. Every data table renders through `table` (headers + the caller's tbody) so column semantics and the dense data-table styling stay identical across views; `empty_state` renders the standard no-data notice. Import with context, like _links.html. -#} {% macro table(headers) -%}
| {{ header }} | {%- endfor %}
|---|
{{ message }}{%- if code %} {{ code }}{%- endif %}.