{% 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 %}

Internal error e{{ internalError.errorid }}

{% if internalError.judging is not null %} {% endif %} {% if internalError.affectedJudgings is not null %} {% endif %} {% if internalError.contest is not null %} {% endif %} {% if affectedText is not null %} {% endif %}
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 }}
{% if internalError.status == 'open' %}
{% endif %} {% endblock %}