{% extends "tx_highered/app_base.html" %} {% load layout_helpers %} {% block head_title %}Test Scores{% endblock %} {% block extra_style %}{{ block.super }} {% endblock %} {% block main %} {% for object in object_list %} {% if object.scores %} {% with tbody_label=object.name %} {% render_model object.scores "testscores_tbody" %} {% endwith %} {% endif %} {% endfor %}
School Scores
{% endblock %}