modules/QSL/PopupAnywhere/templates/web/customer/modules/QSL/PopupAnywhere/container/body.twig line 1

Open in your IDE?
  1. <div class="popup-anywhere-container" style="display: none;">
  2.   {% for popup in this.getPopups() %}
  3.     {{ widget(this.getPopupWidgetClass(popup), popup=popup) }}
  4.   {% endfor %}
  5. </div>