{% extends "reviewpanel/base.html" %} {% load static %} {% block style %} {% endblock %} {% block extrajs %} {% endblock %} {% block content %}
{% for section, references, selectors in sections %}
{% if section.name == inputs_section %} {% include "./submission_inputs.html" %} {% else %} {% include "./submission_section.html" %} {% endif %}
{% endfor %}
{% endblock %}