{{account_name}}

back to overview

{% for table in tables %}

{{ table.category }}

{% for head in table.data.header %} {% endfor %} {% for row in table.data.rows %} {% for item in row %} {% endfor %} {% endfor %}
{{head}}
{{item}}
{% endfor %}