templates/website/institutional/alert-terms-privacy.html.twig line 1

Open in your IDE?
  1. {% if getConfig('privacy_policy') != '' %}
  2.     <div class="alert-terms-privacy" data-status="off">
  3.         <p class="message-terms-privacy"> 
  4.             {{ getLanguage('use_cookies', 'home') }}
  5.             <span class="link-policy">
  6.                 <a href="{{ path('privacy') }}">{{ getLanguage('privacy_policy', 'home') }}</a>
  7.             </span>
  8.         </p>
  9.         <button class="btn-policy">Ok!</button>
  10.     </div>
  11. {% endif %}