templates/website/includes/modal-coupon-rules.html.twig line 1

Open in your IDE?
  1. {% embed "website/includes/modal.html.twig" with {'id': 'modal-coupon-rules', 'title': getLanguage('rules_how_use_coupon', 'user_resume'), 'back': true } %}
  2.     {% block content %}
  3.         {% from 'utils.html.twig' import ico %}
  4.         <div class="modal-coupon-rules">
  5.             <div class="text">&hellip;</div>
  6.             <div class="coupon-code">    
  7.                 <span id="modal-coupon-key-label" class="txt">&hellip;</span>
  8.                 <span id="modal-coupon-key-copy" class="ico js--copy" data-copy="#modal-coupon-key-label">{{ ico('copy') }}</span>
  9.             </div>
  10.         </div>
  11.     {% endblock %}
  12. {% endembed %}