Add button to download all authorizations of a team
This commit is contained in:
parent
ce206998f0
commit
1d25f7f824
|
@ -98,6 +98,12 @@
|
|||
{% endif %}
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<div class="text-center">
|
||||
<a class="btn btn-info" href="{% url "participation:team_authorizations" pk=team.pk %}" data-turbolinks="false">
|
||||
<i class="fas fa-file-archive"></i> {% trans "Download all authorizations" %}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-footer text-center">
|
||||
<button class="btn btn-primary" data-toggle="modal" data-target="#updateTeamModal">{% trans "Update" %}</button>
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: TFJM\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-01-22 09:38+0100\n"
|
||||
"POT-Creation-Date: 2021-01-22 09:43+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Yohann D'ANELLO <yohann.danello@animath.fr>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -517,8 +517,8 @@ msgstr "Rejoindre"
|
|||
#: apps/participation/templates/participation/pool_detail.html:55
|
||||
#: apps/participation/templates/participation/pool_detail.html:73
|
||||
#: apps/participation/templates/participation/pool_detail.html:78
|
||||
#: apps/participation/templates/participation/team_detail.html:103
|
||||
#: apps/participation/templates/participation/team_detail.html:167
|
||||
#: apps/participation/templates/participation/team_detail.html:109
|
||||
#: apps/participation/templates/participation/team_detail.html:173
|
||||
#: apps/participation/templates/participation/tournament_form.html:12
|
||||
#: apps/participation/templates/participation/update_team.html:12
|
||||
#: apps/registration/templates/registration/payment_form.html:49
|
||||
|
@ -574,7 +574,7 @@ msgstr "Envoyer une solution"
|
|||
|
||||
#: apps/participation/templates/participation/participation_detail.html:50
|
||||
#: apps/participation/templates/participation/passage_detail.html:110
|
||||
#: apps/participation/templates/participation/team_detail.html:162
|
||||
#: apps/participation/templates/participation/team_detail.html:168
|
||||
#: apps/participation/templates/participation/upload_motivation_letter.html:13
|
||||
#: apps/participation/templates/participation/upload_solution.html:11
|
||||
#: apps/participation/templates/participation/upload_synthesis.html:11
|
||||
|
@ -788,17 +788,21 @@ msgstr "Télécharger"
|
|||
msgid "Replace"
|
||||
msgstr "Remplacer"
|
||||
|
||||
#: apps/participation/templates/participation/team_detail.html:105
|
||||
#: apps/participation/templates/participation/team_detail.html:172
|
||||
#: apps/participation/templates/participation/team_detail.html:104
|
||||
msgid "Download all authorizations"
|
||||
msgstr "Télécharger toutes les authorisations"
|
||||
|
||||
#: apps/participation/templates/participation/team_detail.html:111
|
||||
#: apps/participation/templates/participation/team_detail.html:178
|
||||
#: apps/participation/templates/participation/team_leave.html:11
|
||||
msgid "Leave"
|
||||
msgstr "Quitter"
|
||||
|
||||
#: apps/participation/templates/participation/team_detail.html:115
|
||||
#: apps/participation/templates/participation/team_detail.html:121
|
||||
msgid "Access to team participation"
|
||||
msgstr "Accéder à la participation de l'équipe"
|
||||
|
||||
#: apps/participation/templates/participation/team_detail.html:122
|
||||
#: apps/participation/templates/participation/team_detail.html:128
|
||||
msgid ""
|
||||
"Your team has at least 4 members and a coach and all authorizations were "
|
||||
"given: the team can be validated."
|
||||
|
@ -806,11 +810,11 @@ msgstr ""
|
|||
"Votre équipe contient au moins 4 personnes et un encadrant et toutes les "
|
||||
"autorisations ont été données : l'équipe peut être validée."
|
||||
|
||||
#: apps/participation/templates/participation/team_detail.html:127
|
||||
#: apps/participation/templates/participation/team_detail.html:133
|
||||
msgid "Submit my team to validation"
|
||||
msgstr "Soumettre mon équipe à validation"
|
||||
|
||||
#: apps/participation/templates/participation/team_detail.html:133
|
||||
#: apps/participation/templates/participation/team_detail.html:139
|
||||
msgid ""
|
||||
"Your team must be composed of 4 members and a coach and each member must "
|
||||
"upload their authorizations and confirm its email address."
|
||||
|
@ -818,15 +822,15 @@ msgstr ""
|
|||
"Votre équipe doit être composée de 4 membres et un encadrant et chaque "
|
||||
"membre doit envoyer ses autorisations et confirmé son adresse e-mail."
|
||||
|
||||
#: apps/participation/templates/participation/team_detail.html:138
|
||||
#: apps/participation/templates/participation/team_detail.html:144
|
||||
msgid "This team didn't ask for validation yet."
|
||||
msgstr "L'équipe n'a pas encore demandé à être validée."
|
||||
|
||||
#: apps/participation/templates/participation/team_detail.html:144
|
||||
#: apps/participation/templates/participation/team_detail.html:150
|
||||
msgid "Your validation is pending."
|
||||
msgstr "Votre validation est en attente."
|
||||
|
||||
#: apps/participation/templates/participation/team_detail.html:148
|
||||
#: apps/participation/templates/participation/team_detail.html:154
|
||||
msgid ""
|
||||
"The team requested to be validated. You may now control the authorizations "
|
||||
"and confirm that they can participate."
|
||||
|
@ -834,24 +838,24 @@ msgstr ""
|
|||
"L'équipe a demandé à être validée. Vous pouvez désormais contrôler les "
|
||||
"différentes autorisations et confirmer qu'elle peut participer."
|
||||
|
||||
#: apps/participation/templates/participation/team_detail.html:154
|
||||
#: apps/participation/templates/participation/team_detail.html:160
|
||||
msgid "Validate"
|
||||
msgstr "Valider"
|
||||
|
||||
#: apps/participation/templates/participation/team_detail.html:155
|
||||
#: apps/participation/templates/participation/team_detail.html:161
|
||||
msgid "Invalidate"
|
||||
msgstr "Invalider"
|
||||
|
||||
#: apps/participation/templates/participation/team_detail.html:161
|
||||
#: apps/participation/templates/participation/team_detail.html:167
|
||||
#: apps/participation/views.py:317
|
||||
msgid "Upload motivation letter"
|
||||
msgstr "Envoyer la lettre de motivation"
|
||||
|
||||
#: apps/participation/templates/participation/team_detail.html:166
|
||||
#: apps/participation/templates/participation/team_detail.html:172
|
||||
msgid "Update team"
|
||||
msgstr "Modifier l'équipe"
|
||||
|
||||
#: apps/participation/templates/participation/team_detail.html:171
|
||||
#: apps/participation/templates/participation/team_detail.html:177
|
||||
#: apps/participation/views.py:418
|
||||
msgid "Leave team"
|
||||
msgstr "Quitter l'équipe"
|
||||
|
@ -1004,8 +1008,8 @@ msgid ""
|
|||
"authorizations, people, motivation letter or the tournament is not set."
|
||||
msgstr ""
|
||||
"L'équipe ne peut pas être validée : il manque soit les confirmations "
|
||||
"d'adresse e-mail, soit une autorisation, soit des personnes, soit la lettre de motivation, soit le tournoi "
|
||||
"n'a pas été choisi."
|
||||
"d'adresse e-mail, soit une autorisation, soit des personnes, soit la lettre "
|
||||
"de motivation, soit le tournoi n'a pas été choisi."
|
||||
|
||||
#: apps/participation/views.py:233
|
||||
msgid "You are not an administrator."
|
||||
|
@ -1025,6 +1029,7 @@ msgid "Update team {trigram}"
|
|||
msgstr "Mise à jour de l'équipe {trigram}"
|
||||
|
||||
#: apps/participation/views.py:355 apps/participation/views.py:404
|
||||
#, python-brace-format
|
||||
msgid "Motivation letter of {team}.{ext}"
|
||||
msgstr "Lettre de motivation de {team}.{ext}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue