{% extends "jury/base.html.twig" %} {% import "jury/jury_macros.twig" as macros %} {% block title %}Internal error e{{ internalError.errorid }} - {{ parent() }}{% endblock %} {% block extrahead %} {{ parent() }} {{ macros.table_extrahead() }} {% endblock %} {% block content %}
| Description | {% if internalError.description is empty %} None {% else %} {{ internalError.description }} {% endif %} |
|---|---|
| Time | {{ internalError.time | printtime('Y-m-d H:i:s') }} |
| Status | {{ internalError.status | capitalize }} |
| Related judging | j{{ internalError.judging.judgingid }} |
| Additional affected judgings |
|
| Related contest | c{{ internalError.contest.cid }} |
| Affected {{ internalError.disabled.kind }} | {% if affectedLink %} {{ affectedText }} {% else %} {{ affectedText }} {% endif %} |
| Judgehost log snippet |
{{ internalError.judgehostlog | base64_decode }}
|