diff --git a/src/app/structure-list/components/structure-details/structure-details.component.html b/src/app/structure-list/components/structure-details/structure-details.component.html
index 2e865d93f5335b273cd93956684749734cf5af3b..f7683fb0c2acdcc662f7d430e236f0ffa1324e03 100644
--- a/src/app/structure-list/components/structure-details/structure-details.component.html
+++ b/src/app/structure-list/components/structure-details/structure-details.component.html
@@ -196,6 +196,14 @@
           <div *ngFor="let public of structure.publics" fxLayout="row" fxLayoutAlign="none flex-end" fxLayoutGap="8px">
             <p class="no-margin">{{ getPublicLabel(public) }}</p>
           </div>
+          <div
+            *ngFor="let accompaniment of structure.publicsAccompaniment"
+            fxLayout="row"
+            fxLayoutAlign="none flex-end"
+            fxLayoutGap="8px"
+          >
+            <p class="no-margin">{{ accompaniment }}</p>
+          </div>
         </div>
       </div>
     </div>