mirror of
https://github.com/ae-utbm/sith.git
synced 2025-04-16 02:50:22 +00:00
commit
62c394eec4
@ -78,7 +78,11 @@
|
|||||||
{% if not request.user.date_of_birth %}
|
{% if not request.user.date_of_birth %}
|
||||||
<div class="alert alert-red" x-data="{show_alert: true}" x-show="show_alert" x-transition>
|
<div class="alert alert-red" x-data="{show_alert: true}" x-show="show_alert" x-transition>
|
||||||
<span class="alert-main">
|
<span class="alert-main">
|
||||||
{% trans %}You have not filled in your date of birth. As a result, you may not have access to all the products in the online shop. To fill in your date of birth, you can go to{% endtrans %}
|
{% trans trimmed %}
|
||||||
|
You have not filled in your date of birth.
|
||||||
|
As a result, you may not have access to all the products in the online shop.
|
||||||
|
To fill in your date of birth, you can go to
|
||||||
|
{% endtrans %}
|
||||||
<a href="{{ url("core:user_edit", user_id=request.user.id) }}">
|
<a href="{{ url("core:user_edit", user_id=request.user.id) }}">
|
||||||
{% trans %}this page{% endtrans %}
|
{% trans %}this page{% endtrans %}
|
||||||
</a>
|
</a>
|
||||||
@ -88,7 +92,43 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<section>
|
||||||
|
<div class="category-header">
|
||||||
|
<h3 class="margin-bottom">{% trans %}Eurockéennes 2025 partnership{% endtrans %}</h3>
|
||||||
|
{% if user.is_subscribed %}
|
||||||
|
<a
|
||||||
|
title="Logiciel billetterie en ligne"
|
||||||
|
href="https://widget.weezevent.com/ticket/6ef65533-f5b0-4571-9d21-1f1bc63921f0?id_evenement=1211855&locale=fr-FR&code=34146"
|
||||||
|
class="weezevent-widget-integration"
|
||||||
|
target="_blank"
|
||||||
|
data-src="https://widget.weezevent.com/ticket/6ef65533-f5b0-4571-9d21-1f1bc63921f0?id_evenement=1211855&locale=fr-FR&code=34146"
|
||||||
|
data-width="650"
|
||||||
|
data-height="600"
|
||||||
|
data-resize="1"
|
||||||
|
data-nopb="0"
|
||||||
|
data-type="neo"
|
||||||
|
data-width_auto="1"
|
||||||
|
data-noscroll="0"
|
||||||
|
data-id="1211855">
|
||||||
|
Billetterie Weezevent
|
||||||
|
</a>
|
||||||
|
<script type="text/javascript" src="https://widget.weezevent.com/weez.js" async defer></script>
|
||||||
|
{% else %}
|
||||||
|
<p>
|
||||||
|
{%- trans trimmed %}
|
||||||
|
You must be subscribed to benefit from the partnership with the Eurockéennes.
|
||||||
|
{% endtrans -%}
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
{%- trans trimmed %}
|
||||||
|
This partnership offers a discount of up to 33%
|
||||||
|
on tickets for Friday, Saturday and Sunday,
|
||||||
|
as well as the 3-day package from Friday to Sunday.
|
||||||
|
{% endtrans -%}
|
||||||
|
</p>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
{% for priority_groups in products|groupby('order') %}
|
{% for priority_groups in products|groupby('order') %}
|
||||||
{% for category, items in priority_groups.list|groupby('category') %}
|
{% for category, items in priority_groups.list|groupby('category') %}
|
||||||
{% if items|count > 0 %}
|
{% if items|count > 0 %}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2025-04-04 10:35+0200\n"
|
"POT-Creation-Date: 2025-04-06 16:58+0200\n"
|
||||||
"PO-Revision-Date: 2016-07-18\n"
|
"PO-Revision-Date: 2016-07-18\n"
|
||||||
"Last-Translator: Maréchal <thomas.girod@utbm.fr\n"
|
"Last-Translator: Maréchal <thomas.girod@utbm.fr\n"
|
||||||
"Language-Team: AE info <ae.info@utbm.fr>\n"
|
"Language-Team: AE info <ae.info@utbm.fr>\n"
|
||||||
@ -60,11 +60,11 @@ msgstr "Retirer"
|
|||||||
msgid "Action"
|
msgid "Action"
|
||||||
msgstr "Action"
|
msgstr "Action"
|
||||||
|
|
||||||
#: club/forms.py club/tests.py
|
#: club/forms.py club/tests/test_mailing.py
|
||||||
msgid "This field is required"
|
msgid "This field is required"
|
||||||
msgstr "Ce champ est obligatoire"
|
msgstr "Ce champ est obligatoire"
|
||||||
|
|
||||||
#: club/forms.py club/tests.py
|
#: club/forms.py club/tests/test_mailing.py
|
||||||
msgid "One of the selected users doesn't have an email address"
|
msgid "One of the selected users doesn't have an email address"
|
||||||
msgstr "Un des utilisateurs sélectionnés n'a pas d'adresse email"
|
msgstr "Un des utilisateurs sélectionnés n'a pas d'adresse email"
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ msgstr "Un des utilisateurs sélectionnés n'a pas d'adresse email"
|
|||||||
msgid "An action is required"
|
msgid "An action is required"
|
||||||
msgstr "Une action est requise"
|
msgstr "Une action est requise"
|
||||||
|
|
||||||
#: club/forms.py club/tests.py
|
#: club/forms.py club/tests/test_mailing.py
|
||||||
msgid "You must specify at least an user or an email address"
|
msgid "You must specify at least an user or an email address"
|
||||||
msgstr "vous devez spécifier au moins un utilisateur ou une adresse email"
|
msgstr "vous devez spécifier au moins un utilisateur ou une adresse email"
|
||||||
|
|
||||||
@ -239,7 +239,7 @@ msgstr "Utilisateur"
|
|||||||
msgid "At least user or email is required"
|
msgid "At least user or email is required"
|
||||||
msgstr "Au moins un utilisateur ou un email est nécessaire"
|
msgstr "Au moins un utilisateur ou un email est nécessaire"
|
||||||
|
|
||||||
#: club/models.py club/tests.py
|
#: club/models.py club/tests/test_mailing.py
|
||||||
msgid "This email is already suscribed in this mailing"
|
msgid "This email is already suscribed in this mailing"
|
||||||
msgstr "Cet email est déjà abonné à cette mailing"
|
msgstr "Cet email est déjà abonné à cette mailing"
|
||||||
|
|
||||||
@ -3792,6 +3792,27 @@ msgstr ""
|
|||||||
msgid "this page"
|
msgid "this page"
|
||||||
msgstr "cette page"
|
msgstr "cette page"
|
||||||
|
|
||||||
|
#: eboutic/templates/eboutic/eboutic_main.jinja
|
||||||
|
msgid "Eurockéennes 2025 partnership"
|
||||||
|
msgstr "Partenariat Eurockéennes 2025"
|
||||||
|
|
||||||
|
#: eboutic/templates/eboutic/eboutic_main.jinja
|
||||||
|
msgid ""
|
||||||
|
"You must be subscribed to benefit from the partnership with the Eurockéennes."
|
||||||
|
msgstr ""
|
||||||
|
"Vous devez être cotisant pour bénéficier du partenariat avec les "
|
||||||
|
"Eurockéennes."
|
||||||
|
|
||||||
|
#: eboutic/templates/eboutic/eboutic_main.jinja
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"This partnership offers a discount of up to 33%% on tickets for Friday, "
|
||||||
|
"Saturday and Sunday, as well as the 3-day package from Friday to Sunday."
|
||||||
|
msgstr ""
|
||||||
|
"Ce partenariat permet de profiter d'une réduction jusqu'à 33%% sur les "
|
||||||
|
"billets du vendredi, du samedi et du dimanche, ainsi qu'au forfait 3 jours, "
|
||||||
|
"du vendredi au dimanche."
|
||||||
|
|
||||||
#: eboutic/templates/eboutic/eboutic_main.jinja
|
#: eboutic/templates/eboutic/eboutic_main.jinja
|
||||||
msgid "There are no items available for sale"
|
msgid "There are no items available for sale"
|
||||||
msgstr "Aucun article n'est disponible à la vente"
|
msgstr "Aucun article n'est disponible à la vente"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user