{% if not position|default() %} {% set position = 'relative' %}{% endif %}<span class="{{ position }} flex items-center px-3 py-2 text-xs text-blue text-center bg-gray-100 rounded-full whitespace-nowrap"> {% if (labelIcon|default()) %} {{ icon.getThumbnail('sector-card-icon-small').html({ pictureAttributes: {class: 'mr-2'}, }) | raw }} {% endif %} {{ label | trans }}</span>