{% extends "base.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block content %}

{% trans "You can here register juries for the pool." %} {% trans "Be careful: this form register new users. To add existing users into the jury, please use this form:" %}

{% trans "For now, the registered juries for the tournament are:" %}

{% crispy form %}
{% trans "Back to pool detail" %}
{% trans "Update pool" as modal_title %} {% trans "Update" as modal_button %} {% url "participation:pool_update" pk=pool.pk as modal_action %} {% include "base_modal.html" with modal_id="updatePool" %} {% endblock %} {% block extrajavascript %} {% endblock %}