{% macro key_image(ref) %}
{% if ref.key_image %}
{% endif %}
{% endmacro %}
{% macro list_to_cols(l, headers) %}
{% if l is mapping %}
{% for key in l if key in headers%}
{{ list_to_cols(l[key], headers) }}
{% endfor %}
{% elif l %}
| {{ h }} | {% endif %}{% endfor %}
|---|
| {{ key }} | {{ list_to_cols(t[key], headers) }}