{# Renders table. Accepts 'table' which is a list of lists, and 'head' which is a list of columnnames #} {% for value in head %} {% endfor %} {% for table_row in table %} {% for value in table_row %} {% endfor %} {% endfor %}
{{ value }}
{{ value }}