Data Analysis and Reporting Kit

{% for field in form %}

{{ field.label }} {{ field }}

{% endfor %}

Results

{% for row in table %} {% for cell in row %} {% endfor %} {% endfor %}
{{ cell }}

TODO: choose document from those registered with admin; if it defines structure, replace textboxes with checkboxes; suggest structure if it is unknown.