{% macro dict_to_table(d) %}
{{ name }} |
{% if value and hasattr(value, "items") and ismethod(value.items) %}
{{ dict_to_table(value) }} | {% else %}{{ value }} |
{% endif %}
{{ line }}{% elif line %}
{{ line }}{% else %}