{% extends "jury/base.html.twig" %} {% import "jury/jury_macros.twig" as macros %} {% block title %}Judgehosts - {{ parent() }}{% endblock %} {% block extrahead %} {{ parent() }} {{ macros.table_extrahead() }} {% endblock %} {% block content %}

Judgehosts

{% include 'jury/partials/judgehost_list.html.twig' %}
{%- if is_granted('ROLE_ADMIN') %}
{% if not all_checked_in_recently %}
{% endif %}
{{ button(path('jury_judgehost_edit', {'include_hidden': false}), 'Edit visible judgehosts', 'secondary', 'edit') }} {{ button(path('jury_judgehost_edit'), 'Edit all judgehosts', 'secondary', 'edit') }}
{%- endif %} {% endblock %}