{% set policyUrl = getModVar(constant('Zikula\\LegalModule\\Constant::MODNAME'), constant('Zikula\\LegalModule\\Constant::MODVAR_TRADECONDITIONS_URL')) %}
{% if policyUrl == '' %}
    {% set policyUrl = path('zikulalegalmodule_user_tradeconditions') %}
{% endif %}
<a class="legal_inlinelink_tradeconditions" href="{{ policyUrl|e('html_attr') }}" target="{{ target|e('html_attr') }}">{% trans %}General terms and conditions of trade{% endtrans %}</a>
