mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 09:02:11 +01:00 
			
		
		
		
	Update 12 files
- /registration/templates/registration/mails/final_selection.html - /registration/templates/registration/mails/final_selection.txt - /registration/templates/registration/mails/payment_confirmation.txt - /registration/templates/registration/mails/payment_confirmation.html - /registration/templates/registration/mails/payment_reminder.txt - /registration/templates/registration/mails/payment_reminder.html - /participation/templates/participation/mails/team_not_validated.txt - /participation/templates/participation/mails/team_validated.txt - /participation/templates/participation/mails/team_validated.html - /participation/templates/participation/mails/team_not_validated.html - /participation/templates/participation/mails/request_validation.txt - /participation/templates/participation/mails/request_validation.html
This commit is contained in:
		@@ -2,28 +2,28 @@
 | 
				
			|||||||
<html lang="fr">
 | 
					<html lang="fr">
 | 
				
			||||||
<head>
 | 
					<head>
 | 
				
			||||||
    <meta charset="UTF-8">
 | 
					    <meta charset="UTF-8">
 | 
				
			||||||
    <title>Demande de validation - TFJM²</title>
 | 
					    <title>Validation request - ETEAM</title>
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
Bonjour,
 | 
					Hi,
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
L'équipe « {{ team.name }} » ({{ team.trigram }}) vient de demander à valider son équipe pour participer
 | 
					The team "{{ team.name }}" ({{ team.trigram }}) has just asked to validate his team to take part
 | 
				
			||||||
au {{ team.participation.get_problem_display }} du TFJM².
 | 
					in ETEAM.
 | 
				
			||||||
Vous pouvez décider d'accepter ou de refuser l'équipe en vous rendant sur la page de l'équipe :
 | 
					You can decide whether or not to accept the team by going to the team page:
 | 
				
			||||||
<a href="https://{{ domain }}{% url "participation:team_detail" pk=team.pk %}">
 | 
					<a href="https://{{ domain }}{% url "participation:team_detail" pk=team.pk %}">
 | 
				
			||||||
    https://{{ domain }}{% url "participation:team_detail" pk=team.pk %}
 | 
					    https://{{ domain }}{% url "participation:team_detail" pk=team.pk %}
 | 
				
			||||||
</a>
 | 
					</a>
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
Cordialement,
 | 
					Sincerely yours,
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
L'organisation du TFJM²
 | 
					The ETEAM team
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,10 +1,10 @@
 | 
				
			|||||||
Bonjour {{ user }},
 | 
					Hi {{ user }},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
L'équipe « {{ team.name }} » ({{ team.trigram }}) vient de demander à valider son équipe pour participer
 | 
					The team "{{ team.name }}" ({{ team.trigram }}) has just asked to validate his team to take part
 | 
				
			||||||
au {{ team.participation.get_problem_display }} du TFJM².
 | 
					in ETEAM.
 | 
				
			||||||
Vous pouvez décider d'accepter ou de refuser l'équipe en vous rendant sur la page de l'équipe :
 | 
					You can decide whether or not to accept the team by going to the team page:
 | 
				
			||||||
https://{{ domain }}{% url "participation:team_detail" pk=team.pk %}
 | 
					https://{{ domain }}{% url "participation:team_detail" pk=team.pk %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Cordialement,
 | 
					Sincerely yours,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
L'organisation du TFJM²
 | 
					The ETEAM team
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,21 +2,21 @@
 | 
				
			|||||||
<html lang="fr">
 | 
					<html lang="fr">
 | 
				
			||||||
<head>
 | 
					<head>
 | 
				
			||||||
    <meta charset="UTF-8">
 | 
					    <meta charset="UTF-8">
 | 
				
			||||||
    <title>Équipe non validée – TFJM²</title>
 | 
					    <title>Team not validated – ETEAM</title>
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
Bonjour,<br/>
 | 
					Hi,<br/>
 | 
				
			||||||
<br />
 | 
					<br />
 | 
				
			||||||
Maleureusement, votre équipe « {{ team.name }} » ({{ team.trigram }}) n'a pas été validée. Veuillez vérifier que vos autorisations
 | 
					Unfortunately, your team "{{ team.name }}" ({{ team.trigram }}) has not been validated.
 | 
				
			||||||
de droit à l'image sont correctes. Les organisateurs vous adressent ce message :<br />
 | 
					Please check that your authorisations are correctly filled in.
 | 
				
			||||||
 | 
					The organisers are sending you this message:<br />
 | 
				
			||||||
<br />
 | 
					<br />
 | 
				
			||||||
{{ message }}<br />
 | 
					{{ message }}<br />
 | 
				
			||||||
<br />
 | 
					<br />
 | 
				
			||||||
N'hésitez pas à nous contacter à l'adresse <a href="mailto:contact@tfjm.org">contact@tfjm.org</a>
 | 
					Please contact us at <a href="mailto:eteam_moc@proton.me">eteam_moc@proton.me</a> if you need further information.
 | 
				
			||||||
pour plus d'informations.
 | 
					 | 
				
			||||||
<br/>
 | 
					<br/>
 | 
				
			||||||
Cordialement,<br/>
 | 
					Sincerely yours,<br/>
 | 
				
			||||||
<br/>
 | 
					<br/>
 | 
				
			||||||
Le comité d'organisation du TFJM²
 | 
					The ETEAM team
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,12 +1,13 @@
 | 
				
			|||||||
Bonjour,
 | 
					Hi,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Maleureusement, votre équipe « {{ team.name }} » ({{ team.trigram }}) n'a pas été validée. Veuillez vérifier que vos
 | 
					Unfortunately, your team "{{ team.name }}" ({{ team.trigram }}) has not been validated.
 | 
				
			||||||
autorisations de droit à l'image sont correctes. Les organisateurs vous adressent ce message :
 | 
					Please check that your authorisations are correctly filled in.
 | 
				
			||||||
 | 
					The organisers are sending you this message:<br />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{ message }}
 | 
					{{ message }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
N'hésitez pas à nous contacter à l'adresse contact@tfjm.org pour plus d'informations.
 | 
					Please contact us at eteam_moc@proton.me if you need further information.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Cordialement,
 | 
					Sincerely yours,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Le comité d'organisation du TFJM²
 | 
					The ETEAM team
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,37 +2,36 @@
 | 
				
			|||||||
<html lang="fr">
 | 
					<html lang="fr">
 | 
				
			||||||
<head>
 | 
					<head>
 | 
				
			||||||
    <meta charset="UTF-8">
 | 
					    <meta charset="UTF-8">
 | 
				
			||||||
    <title>Équipe validée – TFJM²</title>
 | 
					    <title>Team validated – ETEAM</title>
 | 
				
			||||||
</head>
 | 
					</head>
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
    Bonjour {{ registration }},
 | 
					    Hello {{ registration }},
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
    Félicitations ! Votre équipe « {{ team.name }} » ({{ team.trigram }}) est désormais validée ! Vous êtes désormais
 | 
					    Congratulations! Your team "{{ team.name }}" ({{ team.trigram }}) is now validated! You are now ready to
 | 
				
			||||||
    apte à travailler sur vos problèmes. Vous pourrez ensuite envoyer vos solutions sur la plateforme.
 | 
					    to work on your problems. You can then upload your solutions to the platform.
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% if payment %}
 | 
					{% if payment %}
 | 
				
			||||||
    <p>
 | 
					    <p>
 | 
				
			||||||
        Vous devez désormais vous acquitter de vos frais de participation, de {{ payment.amount }} € par élève.
 | 
					        You must now pay your participation fee of € {{ team.participation.amount }}.
 | 
				
			||||||
        Vous pouvez payer par carte bancaire ou par virement bancaire. Vous trouverez les informations
 | 
					        You can pay by credit card or bank transfer. You'll find information
 | 
				
			||||||
        sur <a href="https://{{ domain }}{% url 'registration:update_payment' pk=payment.pk %}">la page de paiement</a>.
 | 
					        on the payment page which you can find on
 | 
				
			||||||
        Si vous disposez d'une bourse, l'inscription est gratuite, mais vous devez soumettre un justificatif
 | 
					        <a href="https://{{ domain }}{% url 'registration:my_account_detail' %}"your account</a>.
 | 
				
			||||||
        sur la même page.
 | 
					        If you have a scholarship, registration is free, but you must submit a justification on the same page.
 | 
				
			||||||
    </p>
 | 
					    </p>
 | 
				
			||||||
{% elif registration.is_coach and team.participation.tournament.price %}
 | 
					{% elif registration.is_coach and team.participation.tournament.price %}
 | 
				
			||||||
    <p>
 | 
					    <p>
 | 
				
			||||||
        Votre équipe doit désormais s'acquitter des frais de participation de {{ team.participation.tournament.price }} €
 | 
					        Your team must now pay a participation fee of {{ team.participation.tournament.price }} € per student (supervisors are exempt). Students with scholarships are exempt⋅es from these fees.
 | 
				
			||||||
        par élève (les encadrant⋅es sont exonéré⋅es). Les élèves qui disposent d'une bourse sont exonéré⋅es de ces frais.
 | 
					        You can track the status of payments on 
 | 
				
			||||||
        Vous pouvez suivre l'état des paiements sur
 | 
					        <a href="https://{{ domain }}{% url 'participation:team_detail' pk=team.pk %}">your team page</a>.
 | 
				
			||||||
        <a href="https://{{ domain }}{% url 'participation:team_detail' pk=team.pk %}">la page de votre équipe</a>.
 | 
					 | 
				
			||||||
    </p>
 | 
					    </p>
 | 
				
			||||||
{% endif %}
 | 
					{% endif %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% if message %}
 | 
					{% if message %}
 | 
				
			||||||
    <p>
 | 
					    <p>
 | 
				
			||||||
        Les organisateur⋅ices vous adressent ce message :
 | 
					        The organisers send you this message:
 | 
				
			||||||
    </p>
 | 
					    </p>
 | 
				
			||||||
    <p>
 | 
					    <p>
 | 
				
			||||||
        {{ message }}
 | 
					        {{ message }}
 | 
				
			||||||
@@ -40,7 +39,7 @@
 | 
				
			|||||||
{% endif %}
 | 
					{% endif %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
    Le comité d'organisation du TFJM²
 | 
					    The ETEAM team
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,23 +1,21 @@
 | 
				
			|||||||
Bonjour {{ registration }},
 | 
					Hello {{registration }},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Félicitations ! Votre équipe « {{ team.name }} » ({{ team.trigram }}) est désormais validée ! Vous êtes désormais apte
 | 
					Congratulations! Your team "{{ team.name }}" ({{ team.trigram }}) is now validated! You are now ready to
 | 
				
			||||||
à travailler sur vos problèmes. Vous pourrez ensuite envoyer vos solutions sur la plateforme.
 | 
					to work on your problems. You can then upload your solutions to the platform.
 | 
				
			||||||
{% if team.participation.amount %}
 | 
					{% if team.participation.amount %}
 | 
				
			||||||
Vous devez désormais vous acquitter de vos frais de participation, de {{ team.participation.amount }} €.
 | 
					You must now pay your participation fee of € {{ team.participation.amount }}.
 | 
				
			||||||
Vous pouvez payer par carte bancaire ou par virement bancaire. Vous trouverez les informations
 | 
					You can pay by credit card or bank transfer. You'll find information
 | 
				
			||||||
sur la page de paiement que vous pouvez retrouver sur votre compte :
 | 
					on the payment page which you can find on your account:
 | 
				
			||||||
https://{{ domain }}{% url 'registration:my_account_detail' %}
 | 
					https://{{ domain }}{% url 'registration:my_account_detail' %}
 | 
				
			||||||
Si vous disposez d'une bourse, l'inscription est gratuite, mais vous devez soumettre un justificatif
 | 
					If you have a scholarship, registration is free, but you must submit a justification on the same page.
 | 
				
			||||||
sur la même page.
 | 
					 | 
				
			||||||
{% elif registration.is_coach and team.participation.tournament.price %}
 | 
					{% elif registration.is_coach and team.participation.tournament.price %}
 | 
				
			||||||
Votre équipe doit désormais s'acquitter des frais de participation de {{ team.participation.tournament.price }} €
 | 
					Your team must now pay a participation fee of {{ team.participation.tournament.price }} € per student (supervisors are exempt). Students with scholarships are exempt⋅es from these fees.
 | 
				
			||||||
par élève (les encadrant⋅es sont exonéré⋅es). Les élèves qui disposent d'une bourse sont exonéré⋅es de ces frais.
 | 
					You can track the status of payments on your team page:
 | 
				
			||||||
Vous pouvez suivre l'état des paiements sur la page de votre équipe :
 | 
					 | 
				
			||||||
https://{{ domain }}{% url 'participation:team_detail' pk=team.pk %}
 | 
					https://{{ domain }}{% url 'participation:team_detail' pk=team.pk %}
 | 
				
			||||||
{% endif %}
 | 
					{% endif %}
 | 
				
			||||||
{% if message %}
 | 
					{% if message %}
 | 
				
			||||||
Les organisateurices vous adressent ce message :
 | 
					The organisers send you this message:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{ message }}
 | 
					{{ message }}
 | 
				
			||||||
{% endif %}
 | 
					{% endif %}
 | 
				
			||||||
Le comité d'organisation du TFJM²
 | 
					The ETEAM team
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,75 +0,0 @@
 | 
				
			|||||||
<!DOCTYPE html>
 | 
					 | 
				
			||||||
<html lang="fr">
 | 
					 | 
				
			||||||
<head>
 | 
					 | 
				
			||||||
    <meta charset="UTF-8">
 | 
					 | 
				
			||||||
    <title></title>
 | 
					 | 
				
			||||||
</head>
 | 
					 | 
				
			||||||
<body>
 | 
					 | 
				
			||||||
<p>
 | 
					 | 
				
			||||||
    Bonjour {{ user.registration }},
 | 
					 | 
				
			||||||
</p>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<p>
 | 
					 | 
				
			||||||
    Félicitations ! Votre équipe {{ user.registration.team.name }} ({{ user.registration.team.trigram }})
 | 
					 | 
				
			||||||
    est sélectionnée pour le tournoi final du TFJM² !
 | 
					 | 
				
			||||||
</p>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<p>
 | 
					 | 
				
			||||||
    La finale aura lieu du {{ tournament.date_start|date:"d/m/Y" }} au {{ tournament.date_end|date:"d/m/Y" }}
 | 
					 | 
				
			||||||
    à : {{ tournament.place }}.
 | 
					 | 
				
			||||||
    Les organisateurices de la finale vous recontacteront pour plus de détails.
 | 
					 | 
				
			||||||
</p>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<p>
 | 
					 | 
				
			||||||
    D'ores-et-déjà, vous pouvez soumettre votre autorisation de droit à l'image spécifique à la finale sur votre espace personnel :
 | 
					 | 
				
			||||||
    <a href="https://{{ domain }}{% url 'registration:user_detail' pk=user.pk %}">
 | 
					 | 
				
			||||||
        https://{{ domain }}{% url 'registration:user_detail' pk=user.pk %}
 | 
					 | 
				
			||||||
    </a>.
 | 
					 | 
				
			||||||
    {% if user.registration.is_student and user.registration.under_18_final %}
 | 
					 | 
				
			||||||
        Vous pouvez également transmettre puisque vous êtes mineur⋅e votre autorisation parentale spécifique pour la finale sur la même page.
 | 
					 | 
				
			||||||
    {% endif %}
 | 
					 | 
				
			||||||
</p>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<p>
 | 
					 | 
				
			||||||
    {% if tournament.price > 0 %}
 | 
					 | 
				
			||||||
        {% if user.registration.is_student %}
 | 
					 | 
				
			||||||
            {% if payment.type == "scholarship" %}
 | 
					 | 
				
			||||||
                Votre statut de boursièr⋅e déjà enregistré vous exempte à nouveau des frais de participation de la finale.
 | 
					 | 
				
			||||||
            {% else %}
 | 
					 | 
				
			||||||
                Vous devez régler les frais de participation à la finale de {{ tournament.price }} €.
 | 
					 | 
				
			||||||
                Rendez-vous pour cela sur la page du paiement :
 | 
					 | 
				
			||||||
                <a href="https://{{ domain }}{% url 'registration:update_payment' pk=payment.pk %}">
 | 
					 | 
				
			||||||
                    https://{{ domain }}{% url 'registration:update_payment' pk=payment.pk %}
 | 
					 | 
				
			||||||
                </a>.
 | 
					 | 
				
			||||||
            {% endif %}
 | 
					 | 
				
			||||||
        {% else %}
 | 
					 | 
				
			||||||
            En tant qu'encadrant⋅e, vous n'avez toujours rien à payer, mais veillez bien à ce que les membres de votre équipe
 | 
					 | 
				
			||||||
            règlent les frais de participation à la finale de {{ tournament.price }} €.
 | 
					 | 
				
			||||||
        {% endif %}
 | 
					 | 
				
			||||||
    {% endif %}
 | 
					 | 
				
			||||||
</p>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<p>
 | 
					 | 
				
			||||||
    Conformément au règlement du TFJM², vous pouvez soumettre de nouvelles versions de vos solutions,
 | 
					 | 
				
			||||||
    pour améliorer vos explications, corriger des erreurs mineures ou la mise en page, ou supprimer
 | 
					 | 
				
			||||||
    des éléments faux, mais il vous est en revanche interdit d'ajouter des résultats ou des preuves
 | 
					 | 
				
			||||||
    ou de corriger des erreurs majeures.
 | 
					 | 
				
			||||||
</p>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<p>
 | 
					 | 
				
			||||||
    Pour mettre à jour vos solutions, rendez-vous sur la page de votre équipe :
 | 
					 | 
				
			||||||
    <a href="https://{{ domain }}{% url 'participation:participation_detail' pk=user.registration.team.participation.pk %}">
 | 
					 | 
				
			||||||
        https://{{ domain }}{% url 'participation:participation_detail' pk=user.registration.team.participation.pk %}
 | 
					 | 
				
			||||||
    </a>.
 | 
					 | 
				
			||||||
</p>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<p>
 | 
					 | 
				
			||||||
    Cordialement,
 | 
					 | 
				
			||||||
</p>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
-- 
 | 
					 | 
				
			||||||
<p>
 | 
					 | 
				
			||||||
    L'équipe du TFJM²
 | 
					 | 
				
			||||||
</p>
 | 
					 | 
				
			||||||
</body>
 | 
					 | 
				
			||||||
</html>
 | 
					 | 
				
			||||||
@@ -1,38 +0,0 @@
 | 
				
			|||||||
Bonjour {{ user.registration }},
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Félicitations ! Votre équipe {{ user.registration.team.name }} ({{ user.registration.team.trigram }}) est sélectionnée pour le tournoi final du TFJM² !
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
La finale aura lieu du {{ tournament.date_start|date:"d/m/Y" }} au {{ tournament.date_end|date:"d/m/Y" }} à : {{ tournament.place }}.
 | 
					 | 
				
			||||||
Les organisateurices de la finale vous recontacteront pour plus de détails.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
D'ores-et-déjà, vous pouvez soumettre votre autorisation de droit à l'image spécifique à la finale sur votre espace personnel :
 | 
					 | 
				
			||||||
https://{{ domain }}{% url 'registration:user_detail' pk=user.pk %}
 | 
					 | 
				
			||||||
{% if user.registration.is_student and user.registration.under_18_final %}
 | 
					 | 
				
			||||||
Vous pouvez également transmettre puisque vous êtes mineur⋅e votre autorisation parentale spécifique pour la finale sur la même page.
 | 
					 | 
				
			||||||
{% endif %}
 | 
					 | 
				
			||||||
{% if tournament.price > 0 %}
 | 
					 | 
				
			||||||
{% if user.registration.is_student %}
 | 
					 | 
				
			||||||
{% if payment.type == "scholarship" %}
 | 
					 | 
				
			||||||
Votre statut de boursièr⋅e déjà enregistré vous exempte à nouveau des frais de participation de la finale.
 | 
					 | 
				
			||||||
{% else %}
 | 
					 | 
				
			||||||
Vous devez régler les frais de participation à la finale de {{ tournament.price }} €.
 | 
					 | 
				
			||||||
Rendez-vous pour cela sur la page du paiement :
 | 
					 | 
				
			||||||
https://{{ domain }}{% url 'registration:update_payment' pk=payment.pk %}
 | 
					 | 
				
			||||||
{% endif %}
 | 
					 | 
				
			||||||
{% else %}
 | 
					 | 
				
			||||||
En tant qu'encadrant⋅e, vous n'avez toujours rien à payer, mais veillez bien à ce que les membres de votre équipe
 | 
					 | 
				
			||||||
règlent les frais de participation à la finale de {{ tournament.price }} €.
 | 
					 | 
				
			||||||
{% endif %}
 | 
					 | 
				
			||||||
{% endif %}
 | 
					 | 
				
			||||||
Conformément au règlement du TFJM², vous pouvez soumettre de nouvelles versions de vos solutions,
 | 
					 | 
				
			||||||
pour améliorer vos explications, corriger des erreurs mineures ou la mise en page, ou supprimer
 | 
					 | 
				
			||||||
des éléments faux, mais il vous est en revanche interdit d'ajouter des résultats ou des preuves
 | 
					 | 
				
			||||||
ou de corriger des erreurs majeures.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Pour mettre à jour vos solutions, rendez-vous sur la page de votre équipe :
 | 
					 | 
				
			||||||
https://{{ domain }}{% url 'participation:participation_detail' pk=user.registration.team.participation.pk %}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
Cordialement,
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
--
 | 
					 | 
				
			||||||
L'équipe du TFJM²
 | 
					 | 
				
			||||||
@@ -14,7 +14,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
    {% blocktrans trimmed with amount=payment.amount team=payment.team.trigram tournament=payment.tournament.name %}
 | 
					    {% blocktrans trimmed with amount=payment.amount team=payment.team.trigram tournament=payment.tournament.name %}
 | 
				
			||||||
        We successfully received the payment of {{ amount }} € for your participation for the TFJM² in the team {{ team }} for the tournament {{ tournament }}!
 | 
					        We successfully received the payment of {{ amount }} € for your participation for the ETEAM in the team {{ team }} for the tournament {{ tournament }}!
 | 
				
			||||||
    {% endblocktrans %}
 | 
					    {% endblocktrans %}
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -32,17 +32,13 @@
 | 
				
			|||||||
    </ul>
 | 
					    </ul>
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<p>
 | 
					 | 
				
			||||||
    {% trans "Please note that these dates may be subject to change. If your local organizers gave you different dates, trust them." %}
 | 
					 | 
				
			||||||
</p>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
    {% trans "NB: This mail don't represent a payment receipt. The payer should receive a mail from Hello Asso. If it is not the case, please contact us if necessary" %}
 | 
					    {% trans "NB: This mail don't represent a payment receipt. The payer should receive a mail from Hello Asso. If it is not the case, please contact us if necessary" %}
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
--
 | 
					--
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
    {% trans "The TFJM² team." %}<br>
 | 
					    {% trans "The ETEAM team." %}<br>
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@
 | 
				
			|||||||
{% trans "Hi" %} {{ registration|safe }},
 | 
					{% trans "Hi" %} {{ registration|safe }},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% blocktrans trimmed with amount=payment.amount team=payment.team.trigram tournament=payment.tournament.name %}
 | 
					{% blocktrans trimmed with amount=payment.amount team=payment.team.trigram tournament=payment.tournament.name %}
 | 
				
			||||||
We successfully received the payment of {{ amount }} € for your participation for the TFJM² in the team {{ team }} for the tournament {{ tournament }}!
 | 
					We successfully received the payment of {{ amount }} € for your participation for the ETEAM in the team {{ team }} for the tournament {{ tournament }}!
 | 
				
			||||||
{% endblocktrans %}
 | 
					{% endblocktrans %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% trans "Your registration is now fully completed, and you can work on your solutions." %}
 | 
					{% trans "Your registration is now fully completed, and you can work on your solutions." %}
 | 
				
			||||||
@@ -13,10 +13,8 @@ We successfully received the payment of {{ amount }} € for your participation
 | 
				
			|||||||
* {% trans "Problems draw:" %} {{ payment.tournament.solutions_draw|date }}
 | 
					* {% trans "Problems draw:" %} {{ payment.tournament.solutions_draw|date }}
 | 
				
			||||||
* {% trans "Tournament dates:" %} {% trans "From" %} {{ payment.tournament.date_start|date }} {% trans "to" %} {{ payment.tournament.date_end|date }}
 | 
					* {% trans "Tournament dates:" %} {% trans "From" %} {{ payment.tournament.date_start|date }} {% trans "to" %} {{ payment.tournament.date_end|date }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% trans "Please note that these dates may be subject to change. If your local organizers gave you different dates, trust them." %}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
{% trans "NB: This mail don't represent a payment receipt. The payer should receive a mail from Hello Asso. If it is not the case, please contact us if necessary" %}
 | 
					{% trans "NB: This mail don't represent a payment receipt. The payer should receive a mail from Hello Asso. If it is not the case, please contact us if necessary" %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
--
 | 
					--
 | 
				
			||||||
{% trans "The TFJM² team" %}
 | 
					{% trans "The ETEAM team" %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -14,7 +14,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
    {% blocktrans trimmed with amount=payment.amount team=payment.team.trigram tournament=payment.tournament %}
 | 
					    {% blocktrans trimmed with amount=payment.amount team=payment.team.trigram tournament=payment.tournament %}
 | 
				
			||||||
    You are registered for the TFJM² of {{ tournament }}. Your team {{ team }} has been successfully validated.
 | 
					    You are registered for the ETEAM of {{ tournament }}. Your team {{ team }} has been successfully validated.
 | 
				
			||||||
    To end your inscription, you must pay the amount of {{ amount }} €.
 | 
					    To end your inscription, you must pay the amount of {{ amount }} €.
 | 
				
			||||||
    {% endblocktrans %}
 | 
					    {% endblocktrans %}
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
@@ -49,7 +49,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
--
 | 
					--
 | 
				
			||||||
<p>
 | 
					<p>
 | 
				
			||||||
    {% trans "The TFJM² team." %}<br>
 | 
					    {% trans "The ETEAM team." %}<br>
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@
 | 
				
			|||||||
{% trans "Hi" %} {{ registration|safe }},
 | 
					{% trans "Hi" %} {{ registration|safe }},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% blocktrans trimmed with amount=payment.amount team=payment.team.trigram tournament=payment.tournament %}
 | 
					{% blocktrans trimmed with amount=payment.amount team=payment.team.trigram tournament=payment.tournament %}
 | 
				
			||||||
You are registered for the TFJM² of {{ tournament }}. Your team {{ team }} has been successfully validated.
 | 
					You are registered for the ETEAM of {{ tournament }}. Your team {{ team }} has been successfully validated.
 | 
				
			||||||
To end your inscription, you must pay the amount of {{ amount }} €.
 | 
					To end your inscription, you must pay the amount of {{ amount }} €.
 | 
				
			||||||
{% endblocktrans %}
 | 
					{% endblocktrans %}
 | 
				
			||||||
{% if payment.grouped %}
 | 
					{% if payment.grouped %}
 | 
				
			||||||
@@ -19,4 +19,4 @@ https://{{ domain }}{% url "registration:update_payment" pk=payment.pk %}
 | 
				
			|||||||
{% trans "If you have any problem, feel free to contact us." %}
 | 
					{% trans "If you have any problem, feel free to contact us." %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
--
 | 
					--
 | 
				
			||||||
The TFJM² team
 | 
					The ETEAM team
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user