{% if state != RoundState.preparing and (can_view_contestants or can_view_submits) %}
{% if (can_view_submits and state != RoundState.preparing) or can_upload or (not site and can_view_contestants and (state == RoundState.grading or state == RoundState.closed)) %}
<divclass="col-md-5">
<divclass="panel panel-default">
<divclass="panel-heading">
...
...
@@ -155,7 +155,7 @@
{% if can_view_submits and state != RoundState.preparing %}