diff --git a/aleksis/apps/chronos/frontend/components/Substitutions.vue b/aleksis/apps/chronos/frontend/components/Substitutions.vue
index 9a295e216a4442ee3462b5d91de5bc66b50eb813..2f9de37101dd0591b1cdc1473d95cdffe341b60d 100644
--- a/aleksis/apps/chronos/frontend/components/Substitutions.vue
+++ b/aleksis/apps/chronos/frontend/components/Substitutions.vue
@@ -13,6 +13,21 @@ import CRUDList from "aleksis.core/components/generic/CRUDList.vue";
     :enable-create="false"
     :enable-edit="false"
   >
+    <template #title>
+      <!-- TODO: 18n -->
+      <v-container>
+      <v-row>
+        <v-col> Betroffene Lehrkräfte </v-col>
+        <v-col> {{ affectedTeachers.map(t => t.shortName || t.fullName).join(', ') }} </v-col>
+        <v-spacer/>
+      </v-row>
+      <v-row>
+        <v-col> Betroffene Gruppen </v-col>
+        <v-col> {{ affectedGroups.map(g => g.shortName).join(', ') }} </v-col>
+        <v-spacer/>
+      </v-row>
+      </v-container>
+    </template>
     <!-- TODO: Component for strike -> bold || normal -->
     <template #groups="{ item: { oldGroups, newGroups } }">
       <span v-if="newGroups.length > 0">