{% extends "jury/base.html.twig" %} {% import "jury/jury_macros.twig" as macros %} {% block title %}Judgehost {{ judgehost.hostname }} - {{ parent() }}{% endblock %} {% block extrahead %} {{ parent() }} {{ macros.table_extrahead() }} {% endblock %} {% block content %}
| ID | {{ judgehost.judgehostid }} |
|---|---|
| Enabled | {{ judgehost.enabled | printYesNo }} |
| Status | {% if not judgehost.polltime %} Judgehost never checked in. {% else %} {{ statusIcon|statusIcon }} {{ status }}, last checked in {{ judgehost.polltime | printtimediff }}s ago. {% endif %} |