{% comment %} Table with one (possibly more?) questiongroup, occupying the entire row, repeated several times and numbered. Further questiongroups rendered at the bottom. {% endcomment %}
{% for header in table_headers %} | {{ header }} | {% endfor %}
---|---|
{{ forloop.counter }}. | {% for k, values in qg %}{% for v in values %} {{ v }} {% endfor %} | {% endfor %}