{# @copyright Copyright (C) 2010-2024 Combodo SAS #} {# @license http://opensource.org/licenses/AGPL-3.0 #} {% apply spaceless %}
'|escape }}{{ oUIBlock.GetClassLabel() }}{{ '
'|escape }}{{ oUIBlock.GetClassDescription() }}{{ '
'|escape }}" data-tooltip-html-enabled="true" {% else %} {# Display only class name as it could be truncated if too long #} data-tooltip-content="{{ oUIBlock.GetClassLabel() }}" {% endif %} {# Delay display to avoid having all tooltips appearing when mouse is just passing through the tabs #} data-tooltip-show-delay="300">
{# Mind the empty "alt" attribute https://www.w3.org/WAI/tutorials/images/decorative/ #}
{{ oUIBlock.GetCount() }} {{ oUIBlock.GetClassLabel() }} {% if oUIBlock.GetCreateActionUrl() is not empty %} {{ oUIBlock.GetCreateActionLabel() }} {% endif %}
{% endapply %}