Database Dump for ngshare

{% for table in tables %}

{{ table['header'] }}

{% for cell in table['thead'] %} {% end %} {% for line in table['tbody'] %} {% for cell in line %} {% end %} {% end %}
{{ cell }}
{{ cell }}
{% end %}