{% extends "reviewpanel/base.html" %} {% load static %} {% block style %} {% endblock %} {% block body_attributes %}class="form-index"{% endblock %} {% block content %}
{% with p=program_form.program.slug f=program_form.slug %}
review submissions
log out
{% for score in page %} {% endfor %}
scorecreated
score #{{ page.start_index|add:forloop.counter0 }} {% if score.value %}{{ score.value }}{% else %}skipped{% endif %} {{ score.created }}
{% endwith %}
{% endblock %}