Geschlecht Patient #32

This commit is contained in:
gw3000 2023-07-22 22:14:06 +02:00
parent 4f842b0311
commit b1a10b26f1
5 changed files with 22 additions and 43 deletions

View file

@ -61,6 +61,7 @@
<th>Voliere</th>
<th>Kosten</th>
<th>Alter</th>
<th>Geschlecht</th>
</tr>
</thead>
<tbody>
@ -77,6 +78,7 @@
<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>
<td>{{ bird.sex }}</td>
</tr>
{% endfor %}
</tbody>