Fix #19
This commit is contained in:
parent
1cc6d08fed
commit
8c60d476ec
|
@ -19,6 +19,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
{% for order in orders %}
|
||||
{% if order.products.exists %}
|
||||
<tr {% if not order.open and order.paid and order.is_fully_handed_out %}style="color: lightgrey"{% endif %}>
|
||||
<td>{{ order.id }}</td>
|
||||
<td>{{ order.get_number_of_items }}</td>
|
||||
|
@ -43,6 +44,7 @@
|
|||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue