Sessions | {% for c in column_names %}{{ c }} | {% endfor %}
---|---|
{% if params %} {{ name|safe }} {% else %} {{name}} {% endif %} | {% for cell in cells %}{% if cell == "0.00 %" or cell == 0 or cell == 'n/a' %} {{ cell|safe }} {% else %} {{ cell|safe }} {% endif %} | {% endfor %}