{# SPDX-License-Identifier: EUPL-1.2 #} {% if mode == "portfolio" and (not (include_close_button is defined) or (include_close_button is same as(true))) %} {% set actions = (actions ? actions : [])|merge([{ "icon": "times", "content": "Close Window", "color": "primary", "outline": false, "close_button": true}]) %} {% endif %} {% if actions %}