{% extends "layout.html" %} {% block body %}

Pivoting Results

{% for table in tables %} {% endfor %}
entity column1 column2 reference ref_type Delete
{{table.entity}} {{table.column1}} {{table.column2}} {{table.reference}} {{table.ref_type}}

Select

{{ pvt_form.entity.label }} {{ pvt_form.entity }} {{ pvt_form.column1.label }} {{ pvt_form.column1 }} {{ pvt_form.column2.label }} {{ pvt_form.column2 }} {{ pvt_form.reference.label }} {{ pvt_form.reference }} {{ pvt_form.ref_type.label }} {{ pvt_form.ref_type }} {{ pvt_form.submit }}
{% endblock %}