diff --git a/themes/fid_bbi/templates/RecordDriver/DefaultRecord/result-list.phtml b/themes/fid_bbi/templates/RecordDriver/DefaultRecord/result-list.phtml
index 7d2f450b5b1c0cab2f4e91b7a080ec9c71ea2956..c0ffd458e2df7e02aaa3882331943aebd751f458 100644
--- a/themes/fid_bbi/templates/RecordDriver/DefaultRecord/result-list.phtml
+++ b/themes/fid_bbi/templates/RecordDriver/DefaultRecord/result-list.phtml
@@ -121,9 +121,18 @@ $i = 0;
         <?php endif; ?>
       </div>
       <?php endif; ?>
-
-        <?php /* Remove imprint refs #16555 - GG */ ?>
-
+        <?php /* imprint data, #15206, DM
+            this reverts parts of #16555, cf. #17291
+            */
+        $imprintLines = (array) $this->driver->tryMethod('getImprint');
+        if (!empty($imprintLines)):
+            ?>
+            <!-- imprint -->
+            <div class="result-imprint">
+                <?=current($imprintLines)?>
+            </div>
+            <!-- imprint - END -->
+        <?php endif; ?>
       <div class="result-formats">
         <?/*=$this->record($this->driver)->getFormatList()*/?>