{% extends "reviewpanel/base.html" %} {% block style %} {% endblock %} {% block content %}
{% for section in sections %}
{% include "./submission_section.html" %}
{% endfor %}
{% endblock %}