{% if getConfig('privacy_policy') != '' %}
<div class="alert-terms-privacy" data-status="off">
<p class="message-terms-privacy">
{{ getLanguage('use_cookies', 'home') }}
<span class="link-policy">
<a href="{{ path('privacy') }}">{{ getLanguage('privacy_policy', 'home') }}</a>
</span>
</p>
<button class="btn-policy">Ok!</button>
</div>
{% endif %}