diff --git a/core/templates/administration.html b/core/templates/administration.html index 0429115..f15ed85 100644 --- a/core/templates/administration.html +++ b/core/templates/administration.html @@ -3,19 +3,21 @@

Zarząd PodlZBS

- {% for member in czlonkowie %} + {% if czlonkowie %}
+ {% for member in czlonkowie %}

{{ member.function }}

{{ member.name }}

{{ member.contact }}

+ {% endfor %}
- {% empty %} + {% else %} Brak członków - {% endfor %} + {% endif %}