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