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

Testcases for p{{ problem.probid }} - {{ problem.name }}

Back to problem p{{ problem.probid }}
{% if testcases is empty %}

No testcase(s) yet.

{% else %} {% if allowEdit %} {% endif %} {% if allowEdit %} {% endif %} {% for rank, testcase in testcases %} {% if allowEdit %} {% endif %} {% if allowEdit %} {% endif %} {% if allowEdit %} {% endif %} {% endfor %}
# sample download size md5upload newdescription / image
{% if allowEdit %}
{% endif %} {{ testcase.rank }} {% if allowEdit %}
{% endif %}
{{ testcase.downloadName }}.{{ extensionMapping.input }} {{ testcaseData[testcase.rank].input_size | printSize }} {{ testcase.md5sumInput }}
{{ testcase.description(true) | descriptionExpand }} {% if allowEdit %} {% endif %}
{{ testcase.downloadName }}.{{ extensionMapping.output }} {{ testcaseData[testcase.rank].output_size | printSize }} {{ testcase.md5sumOutput }}
{% if testcaseData[testcase.rank].image_size > 0 %} p{{ problem.probid }}.t{{ testcase.rank }}.{{ testcaseData[testcase.rank].image_type }} {% if allowEdit %}  
{% endif %} {% else %} {% if allowEdit %}
{% else %} No image {% endif %} {% endif %}
{% endif %} {% if allowEdit %}

Create new testcase

{% endif %}
{% endblock %}