diff --git a/templates/home.html b/templates/home.html index 2eaddbc..d08815c 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,6 +1,12 @@ + Pannenkoekenwachtrij @@ -20,8 +26,16 @@

Zie hieronder de lijst van personen die een pannenkoek willen

+

Volgende Persoon:

+ {% if people %} + + {{ people[0].getName() + people[0].getRemark() + ": " }} + {{ "Huidige status: " + people[0].getStatus() }} + + {% endif %} +

Andere Personen:

- {% for person in people %} + {% for person in people[1:] %} @@ -30,4 +44,4 @@
{{ person.getName() + person.getRemark() + ": " }} {{ "Huidige status: " + person.getStatus() }}
- \ No newline at end of file +