mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Add phone number on order summaries
This commit is contained in:
parent
2243be1a03
commit
399b942ed1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block body %}
|
{% block body %}
|
||||||
{% for group_id, order in delivery.orders.items() %}
|
{% for group_id, order in delivery.orders.items() %}
|
||||||
<h3>{{ request.groups.groups[group_id].name }}</h3>
|
<h3>{{ request.groups.groups[group_id].name }} - {{ order.phone_number }}</h3>
|
||||||
{% include "includes/order_summary.html" %}
|
{% include "includes/order_summary.html" %}
|
||||||
<hr class="page-break">
|
<hr class="page-break">
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue