test | {% for i in range(len(solutions)) %}{{ escape(solutions[i]) }} | {% endfor %}
{% if prob.get_test_by_index(test_indices[i]).has_group() %} {{ test_indices[i] }} ({{ prob.get_test_by_index(test_indices[i]).get_group()}}) {% else %} {{ test_indices[i] }} {% endif %} | {% for j in range(len(solutions)) %} {{ render_cell(j, i) }} {% endfor %}