{% endif %} {% if action.url|trim|lower starts with 'javascript:' or action.url|trim|lower starts with 'vbscript:' or action.url|trim|lower starts with 'data:' %} {{ action.url }} {% else %} {% if not additionalUrls|length %} {# remove main url from urls if site has no additional urls defined #} {{ action.url|replace({(mainUrl~'/'): '/', 'http://': '', 'https://': ''}) }} {% else %} {{ action.url|replace({'http://': '', 'https://': ''}) }} {% endif %} {% endif %} {% if action.type == 'action' and action.pageTitle|default(false) is not empty %}
{% endif %} {% elseif action.type != 'search' %}{{ 'General_NotDefined'|translate('Actions_ColumnPageURL'|translate) }}
{% endif %}