{% extends "jury/base.html.twig" %} {% import "jury/jury_macros.twig" as macros %} {% block title %}Edit problem {{ problem.probid }} - {{ parent() }}{% endblock %} {% block content %}
| Problem ID | {{ problem.probid }} |
|---|---|
| Testcases | {% if problem.testcases is empty %} no testcases {% else %} details / edit {% endif %} |