{% import "_macros.html" as cells with context %} {# Shared by the detail page and the dialog, so a record reads the same either way. #}
{% for column in spec.detail_columns %}
{{ column }} {{ cells.cell(spec, row, column, labels | default({}), admin_path, registry) }}
{% endfor %}