Age of Bird

This commit is contained in:
gw3000 2023-07-22 21:58:58 +02:00
parent 6ca3eaefa8
commit fbaef27c3a
6 changed files with 32 additions and 23 deletions

View file

@ -60,6 +60,7 @@
<th>Status</th>
<th>Voliere</th>
<th>Kosten</th>
<th>Alter</th>
</tr>
</thead>
<tbody>
@ -75,6 +76,7 @@
<td>{{ bird.status }}</td>
<td>{{ bird.aviary|default_if_none:"" }}</td>
<td>{{ bird.total_costs|default_if_none:"0,00" }} &euro;</td>
<td>{{ bird.age|default_if_none:"" }}</td>
</tr>
{% endfor %}
</tbody>