1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-11-17 14:57:49 +01:00

Add responsabilities of accompanying coaches + translate message about pending dates

This commit is contained in:
Maxime JUST
2025-11-11 19:34:42 +01:00
parent af60d27402
commit 27a4bdf98e
4 changed files with 244 additions and 152 deletions

View File

@@ -1,11 +1,10 @@
<div id="messages">
<div class="alert alert-info fade show" role="alert">
<h2>Dates en attente</h2>
<p>Les dates des tournois de Bordeaux, Strasbourg, Metz et Occitanie nétant pas encore fixées,
nous invitons pour le moment les équipes de ces tournois à patienter. <br />
Vous pouvez si vous le souhaitez, vous inscrire ailleurs et nous envoyer un mail pour
nous informer de votre intérêt : nous vous tiendrons ainsi au courant des avancées
concernant les dates définitives.
{% load i18n %}
<h2>{% trans "Dates pending" %}</h2>
<p>{% blocktrans %}Since the dates for the tournaments in Bordeaux, Strasbourg, Metz and Occitanie have not yet been set, we kindly invite the teams concerned to wait a little longer. If you wish, you may register for another tournament and send us an email to let us know of your interest; we will keep you informed as soon as the final dates are confirmed.
{% endblocktrans %}
</p>
</div>
{% for message in messages %}