{% load static %} {% load crispy_forms_tags %} {% load custom_tags %} {% include "chlamdb/header.html" %}
{% include "chlamdb/comparison_header.html" %}
{% for header in table_headers %} {% endfor %} {% for index, row in table_data.iterrows %} {% for attrname in table_data_accessors%} {% endfor %} {% endfor %}
{{ header }}
{{forloop.counter}}{{row|keyvalue:attrname|safe}}