diff --git a/modules/statistics/templates/statistics.twig b/modules/statistics/templates/statistics.twig
index 576a572d2a36c76bf82344a56383eb18fbfdcf2c..822e587e7691a4801ee179334a40cbab47677b60 100644
--- a/modules/statistics/templates/statistics.twig
+++ b/modules/statistics/templates/statistics.twig
@@ -205,8 +205,8 @@
                     <td>{{ dd[0] }}</td>
                     <td class="datacontent">{{ dd[1] }}</td>
                     {% for key, value in topdelimiters %}
-                    {% if results.slot is defined %}
-                    <td class="datacontent">{{ results.slot.key }}</td>
+                    {% if results[slot] is defined %}
+                    <td class="datacontent">{{ results[slot][value] }}</td>
                     {% else %}
                     <td class="datacontent">&nbsp;</td>
                     {% endif %}