Database Dump for
ngshare
{% for table in tables %}
{{ table['header'] }}
{% for cell in table['thead'] %}
{{ cell }}
{% end %}
{% for line in table['tbody'] %}
{% for cell in line %}
{{ cell }}
{% end %}
{% end %}
{% end %}