{% spaceless %} {% for r in datatable.transposed_data %} {% for c in r %} {% endfor %} {% endfor %} {% comment %} {% for t in datatable.all_titles %} {% endfor %} {% if not datatable.table_options.no_col_search %} {% include 'datatables/search_boxes.html' with table=datatable %} {% endif %} {% if not datatable.table_options.no_footer %} {% for t in datatable.all_titles %} {% endfor %} {% endif %} {% endcomment %}
{{ c }}
{{ t }}
{{ t }}
{% endspaceless %}