show only costs from active birds

This commit is contained in:
gw3000 2023-07-17 12:59:58 +02:00
parent 12c6d762e2
commit 50d1ea1953
2 changed files with 4 additions and 2 deletions

View file

@ -60,7 +60,7 @@
<tbody>
{% for item in costs %}
<tr>
<td> {{item.id_bird}} </td>
<td> {{item.id_bird|default_if_none:"nicht mehr in WVH"}} </td>
<td> {{item.costs}} </td>
<td> {{item.created}} </td>
<td> {{item.comment|default_if_none:""}} </td>