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

Edit problem {{ problem.probid }}

Problem ID {{ problem.probid }}
Testcases {% if problem.testcases is empty %} no testcases {% else %} details / edit {% endif %}
{% include 'jury/partials/problem_form.html.twig' %} {% if is_granted('ROLE_ADMIN') %}
or
{{ form(uploadForm) }}
{% endif %} {% endblock %}