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

Open in your IDE?
  1. <div class="popup-anywhere-wrapper">
  2.     {{ this.displayCommentedData(this.getPopupSettings()) }}
  3.     <div class="popup-anywhere-contents">
  4.         {% include this.getPopupTemplate() %}
  5.     </div>
  6. </div>