{% extends 'generic/exam_scores_base.html' %} {% block table_answers %} {% for question in questions %} Question {{forloop.counter}} {% comment %} {% for cid in cids %} {{ans_by_question|get_item:question|get_item:cid}} {% endfor %} {% endcomment %} {% for cid in cids %} {% with by_question|get_item:question|get_item:cid as ans_score %} {{ans_score.0}} {% endwith %} {% endfor %} {% endfor %} {% endblock table_answers %}