{% extends "layout/base.html.twig" %}
{% set settings = oViewConf.getUsercentricsModuleSettings %}
{% block base_js %}
{% if settings.getUsercentricsId %}
{{ oViewConf.getUsercentricsScript()|raw }}
{% endif %}
{{ parent() }}
{% endblock %}
{% block head_meta_description %}
{{ parent() }}
{% if settings.getUsercentricsId and settings.isSmartProtectorEnabled %}
{% set deactivateBlocking = settings.getSmartProtectorBlockingDisabledServices %}
{% if deactivateBlocking %}
{% endif %}
{% endif %}
{% if settings.getUsercentricsId and settings.isDevelopmentAutomaticConsentActive %}
{% endif %}
{% endblock %}