mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 11:52:27 +02:00
parent
fb3441ddf3
commit
37c011b8c6
2 changed files with 8 additions and 26 deletions
|
@ -18,10 +18,14 @@
|
|||
<i>{{ order.note }}</i></p>
|
||||
{% endif %}
|
||||
|
||||
<p>Le paiement n'est pas (encore) pris en charge par la Chariotte. C'est l'organisateur·ice de la commande qui doit vous indiquer les moyens de paiement.</p>
|
||||
|
||||
<p>Rendez-vous le <strong>{{ order.grouped_order.delivery_date }}</strong>{% if order.grouped_order.place %} à <strong>{{ order.grouped_order.place }}</strong>{% endif %} pour récupérer vos produits !</p>
|
||||
<p>Le paiement n'est pas (encore) pris en charge par la Chariotte. C'est l'organisateur·ice de la commande qui doit vous indiquer les moyens de paiement.
|
||||
<br>Pour toute question, vous pouvez contacter l'organisateur·ice de la commande, <strong>{{ order.grouped_order.orga }}</strong> :
|
||||
<p><strong>Rendez-vous pour la distribution</strong> :
|
||||
le {{ order.grouped_order.delivery_date }}{% if order.grouped_order.delivery_slot %}, {{ order.grouped_order.delivery_slot }}{% endif %}
|
||||
{% if order.grouped_order.place %}<br>Lieu : {{ order.grouped_order.place }}{% endif %}
|
||||
</p>
|
||||
|
||||
<p><strong>Une question sur cette commande groupée ?</strong><br>Vous pouvez contacter l'organisateur·ice de la commande, <strong>{{ order.grouped_order.orga }}</strong> :
|
||||
<a href="mailto:{{ order.grouped_order.orga.username }}">Envoyer un mail</a></p>
|
||||
|
||||
<div class="buttons">
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<div class="column">
|
||||
<p class="subtitle">Rendez-vous pour la distribution</p>
|
||||
<p><i class="fa fa-calendar-check-o mr-3" aria-label="Date de distribution" title="Date de distribution" aria-hidden="true"></i>
|
||||
{{ order.grouped_order.delivery_date }}
|
||||
{{ order.grouped_order.delivery_date }} : <a href="{% url 'order:grouped_order_event' order.grouped_order.code %}">Ajouter à mon agenda</a>
|
||||
</p>
|
||||
{% if order.grouped_order.delivery_slot %}
|
||||
<p><i class="fa fa-clock-o mr-3" aria-label="Créneau de distribution" title="Créneau de distribution" aria-hidden="true"></i>
|
||||
|
@ -45,28 +45,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<p><strong>Votre commande :</strong></p>
|
||||
<ul>
|
||||
{% for item in order.ordered_items.all %}
|
||||
<li>{{ item.nb }} × {{ item.item }} : {{ item.get_price }} €</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<p>Prix total de la commande : <strong>{{ order.price }} €</strong>
|
||||
|
||||
{% if order.note %}
|
||||
<p><strong>Votre commentaire :</strong></p>
|
||||
<p><i>{{ order.note }}</i></p>
|
||||
{% endif %}
|
||||
|
||||
<p>
|
||||
<a href="{% url 'order:grouped_order_event' order.grouped_order.code %}" class="button is-light mr-2"><i class="fa fa-calendar" aria-label="Ajouter à mon agenda" title="Ajouter à mon agenda" aria-hidden="true"></i></a>
|
||||
Rendez-vous le <strong>{{ order.grouped_order.delivery_date }}</strong>{% if order.grouped_order.place %} à <strong>{{ order.grouped_order.place }}</strong>{% endif %} pour récupérer vos produits !
|
||||
</p>
|
||||
|
||||
<p>Le paiement n'est pas (encore) pris en charge par la Chariotte. C'est l'organisateur·ice de la commande qui doit vous indiquer les moyens de paiement.
|
||||
<br>Pour toute question, vous pouvez contacter l'organisateur·ice de la commande, <strong>{{ order.grouped_order.orga }}</strong> :
|
||||
<a href="mailto:{{ order.grouped_order.orga.username }}">Envoyer un mail</a></p>
|
||||
|
||||
<div class="buttons">
|
||||
<a class="button is-primary" href="{% url 'order:grouped_order_detail' order.grouped_order.code %}">
|
||||
<i class="fa fa-arrow-left mr-3" aria-hidden="true"></i>Retour à la page de commande
|
||||
|
|
Loading…
Reference in a new issue