{% props label = null, renderLabelRaw = false, icon = null, htmlAttributes = {}, %} {% set has_label = label is ea_is_not_empty %} {% if has_label or icon is not empty %}
  • {%- if icon %} {% endif -%} {%- if has_label -%}{{ renderLabelRaw ? label|raw : label }}{%- endif -%}
  • {% endif %}