|
{% for header in table_columns %}
{{ header }}
|
{% endfor %}
---|---|
|
{% for attribute in row.values() %}
{{ attribute }} | {% endfor %}