{% extends "base.html.twig" %} {% block title %}{{ title|default('DOMjudge') }}{% endblock %} {% block messages %} {{ parent() }} {% if app.session.flashBag.has('scoreboard_refresh') %} {% for message in app.session.flashBag.get('scoreboard_refresh') %} {% include 'jury/refresh_scoreboard.html.twig' %} {% endfor %} {% endif %} {% endblock %} {% block extrahead %} {{ parent() }} {% endblock %} {% block menu %} {% include 'jury/menu.html.twig' %} {% endblock %} {% block footer %}

Keyboard shortcuts

? display this help, Escape to exit

j go to the next item, e.g. next submission
k go to the previous item, e.g. previous submission

s open the list of submissions
s [0-9]+ open a specific submission, e.g. s42↵ to go to submission 42

t open the list of teams
t [0-9]+ open to a specific team

p open the list of problems
p [0-9]+ open a specific problem

c open the list of clarifications
c [0-9]+ open a specific clarification

Shift + j [0-9]+ open a specific judging

Shift + s open the scoreboard

{% endblock %}