{% extends "jury/base.html.twig" %} {% import "jury/jury_macros.twig" as macros %} {% block extrahead %} {{ parent() }} {{ macros.select2_extrahead() }} {% endblock %} {% block title %}Creating rejudging - {{ parent() }}{% endblock %} {% block content %}

Creating rejudging...

{{ macros.progress_bar('Creating rejudging. This might take a while...') }}
{% endblock %} {% block extrafooter %} {{ macros.progress_loader(url, data) }} {% endblock %}