{% extends "reviewpanel/base.html" %} {% load static %} {% block style %} {% endblock %} {% block extrajs %} {% endblock %} {% block content %}
{% for section, references, selectors in sections %}
{% include "./submission_section.html" %}
{% endfor %}
{% endblock %}