{% load url from future %} {% for c in column_names %} {% endfor %} {% for data, cells in rowdata %} {% with name=data.0 params=data.1 %} {% for cell in cells %} {% endfor %} {% endwith %} {% endfor %}

{{title}}

Sessions{{ c }}
{% if params %} {{ name|safe }} {% else %} {{name}} {% endif %} {% if cell == "0.00 %" or cell == 0 or cell == 'n/a' %} {{ cell|safe }} {% else %} {{ cell|safe }} {% endif %}