{# @copyright Copyright (C) 2010-2024 Combodo SAS #} {# @license http://opensource.org/licenses/AGPL-3.0 #} {% apply spaceless %}
{% if oUIBlock.GetIconUrl() is not empty %}
{# Mind the empty "alt" attribute https://www.w3.org/WAI/tutorials/images/decorative/ #}
{% endif %} {% if oUIBlock.GetTitle() is not empty %}
{{ oUIBlock.GetTitle() }}
{% endif %}
{% endapply %}