{% extends "admin_base.html" %} {% load dajaxice_templatetags %} {% block extrahead %} {{ block.super }} {% load static from staticfiles %} {% endblock %} {% block bigcontent %}
{% if teacher_course_sections %}
{% endif %}
{% for item in items %} {% if item.demonstration_set.count %} {% for dem in item.demonstration_set.all %} {% endfor %} {% else %} {% endif %} {% endfor %} {% if filtered %} {% if extra_info == 'demonstrations' %} {% endif %} {% endif %} {% if extra_info == 'demonstrations' %} {% endif %} {% for student in students %} {% with row_counter=forloop.counter0 %} {% for mark in student.marks %} {% endfor %} {% if filtered %} {% if extra_info == 'demonstrations' %} {% endif %} {% endif %} {% if extra_info == 'demonstrations' %} {% endif %} {% endwith %} {% endfor %} {% if extra_info == 'demonstrations' %} {% for item in items %} {% if item.demonstration_set.count %} {% for dem in item.demonstration_set.all %} {% endfor %} {% else %} {% endif %} {% endfor %} {% if filtered %} {% endif %} {% endif %} {% if extra_info == 'averages' %} {% for item in items %} {% if item.demonstration_set.count %} {% for dem in item.demonstration_list %} {% endfor %} {% else %} {% endif %} {% endfor %} {% if filtered %} {% endif %} {% endif %}
Name
{% if 'category' not in item_form_exclude %}
{{ dem.item.category }}
{% endif %} {% if 'name' not in item_form_exclude %}
{{ dem.item.name}}
{% endif %} {% if 'benchmark' not in item_form_exclude %}
{{ dem.item.benchmark.number }}{% if dem.item.description %}, {{ dem.item.description }}{% endif %}
{% endif %}
{{ dem.name }}
{% if 'category' not in item_form_exclude %}
{{ item.category }}
{% endif %} {% if 'name' not in item_form_exclude %}
{{ item.name }}
{% endif %} {% if 'benchmark' not in item_form_exclude %}
{{ item.benchmark.number }}{% if item.description and 'description' not in item_form_exclude %}, {{ item.description }}{% endif %}
{% endif %} {% if 'benchmark' in item_form_exclude and item.description and 'description' not in item_form_exclude %}
{{ item.description }}
{% endif %}
---------
Filtered
Standards
Demonstrated
Filtered
Average
Standards
Demonstrated
Course Section
Average
{{ student }}
{{ mark.get_grade }}
{{ student.filtered_standards_counts }}
{{ student.filtered_average }}
{{ student.standards_counts }}
{{ student.average }}
Students Demonstrated
{{ item.marks_counts }}
{{ item.marks_counts }}
{{ totals.filtered_standards_text }}
{{ totals.filtered_average }}
{{ totals.standards_text }}
{{ totals.course_section_average }}
Class Average
{{ dem.class_average }}
{{ item.class_average }}
{{ totals.filtered_average }}
{{ totals.course_section_average }}
{% endblock %}