diff --git a/shiftregister/app/templates/partials/shift_listitem.html b/shiftregister/app/templates/partials/shift_listitem.html
index ef64939..0354c20 100644
--- a/shiftregister/app/templates/partials/shift_listitem.html
+++ b/shiftregister/app/templates/partials/shift_listitem.html
@@ -8,7 +8,8 @@
{% endif %}
Ort: {{ shift.room.name }}
Beginn: {{ shift.start_at }}
- Dauer: {{ shift.duration|duration }}
+ Dauer: {{ shift.duration|duration }}
+ Belegung: {{ shift.reg_count }}/{{ shift.required_helpers|default:shift.room.required_helpers }}