{% set textValue = textValue is defined and textValue is not empty ? textValue : '' %} {% set labelWidth = labelWidth is defined ? labelWidth : 'w-100' %} {% set labelClass = labelClass is defined ? labelClass : 'fs-14 lh-18 fw-400 t-black' %} {% set lineButton = lineButton is defined ? lineButton : false %} {% set tabColor = tabColor is defined ? tabColor : 'tab-light-grey' %} {% set lColor = lColor is defined ? lColor : 'l-light-grey' %} {% if textValue|raw is not empty %}
{% if lineButton == true %} {% endif %} {{ textValue|raw }}