diff --git a/templates/index.html b/templates/index.html
index bf1d4fa..9c4defb 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,7 +1,7 @@
-
-
When: {{date}}
+
When: {{meal.meal_friendly_date}}
Cook
- {% if cook.confirmed == "no" %}
+ {% if meal.kuk == "" %}
}})
-
If nobody volunteers,
will cook.
+
If nobody volunteers,
will cook.
VOLUNTEER
{% else %}
-
}})
-
{{ cook.name }}
+
}})
+
{{ meal.kuk }}
CONFIRMED
{% endif %}
Eaters
- {% for eater in eaters %}
+ {% for eater in meal.eaters %}
}})
-
{{ eater }}
+
{{ eater }}
{% endfor %}
- {% if not current_user.name in eaters %}
+ {% if not current_user.name in eaters and current_user.name != meal.kuk %}
{% else %}
{% endif %}