{% extends "reviewpanel/base.html" %} {% load static %} {% block style %} {% endblock %} {% block extrajs %} {% endblock %} {% block content %}
{% if presentation.show_stats %}
scored: {{ stats.scored }} / {{ stats.total }}
{% endif %}
{% with pslug=presentation.form.program.slug fslug=presentation.form.slug %} previous scores {% endwith %}
log out
{% for section, references, selectors in sections %}
{% if section.name == presentation.inputs_section %} {% include "./submission_inputs.html" %} {% else %} {% include "./submission_section.html" %} {% endif %}
{% endfor %}
{% endblock %}