{% set policyUrl = getModVar(constant('Zikula\\LegalModule\\Constant::MODNAME'), constant('Zikula\\LegalModule\\Constant::MODVAR_PRIVACY_URL')) %}
{% if policyUrl == '' %}
    {% set policyUrl = path('zikulalegalmodule_user_privacypolicy') %}
{% endif %}
<a class="legal_inlinelink_privacypolicy" href="{{ policyUrl|e('html_attr') }}" target="{{ target|e('html_attr') }}">{% trans %}Privacy policy{% endtrans %}</a>
