{% extends "jury/base.html.twig" %} {% block title %}{{ parent() }} - Jury Interface{% endblock %} {% block extrahead %} {{ parent() }} {% endblock %} {% block content %}

DOMjudge Jury interface

{% if is_granted('ROLE_JURY') %} {% endif %}
During contest:
{% if is_granted('ROLE_ADMIN') %} {% endif %}
{% endblock %}