Geschlecht Patient #32
This commit is contained in:
parent
4f842b0311
commit
b1a10b26f1
5 changed files with 22 additions and 43 deletions
|
@ -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" }} €</td>
|
||||
<td>{{ bird.age|default_if_none:"" }}</td>
|
||||
<td>{{ bird.sex }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue