• {# Page view / Download / Outlink #} {% if action.pageTitle|default(false) is not empty %} {{ action.pageTitle|rawSafeDecoded }} {% endif %} {% if action.siteSearchKeyword is defined %} {% if action.type == 'search' %} {% endif %} {{ action.siteSearchKeyword|rawSafeDecoded }} {% endif %} {% if action.url is not empty %} {% if action.iconSVG|default(action.icon) is not empty %} {% endif %} {% if action.type == 'action' and action.pageTitle|default(false) is not empty %}

    {% 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 %} {{ action.url|replace({'http://': '', 'https://': ''}) }} {% 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 %}