Something went wrong on our end
block--inline-block--uw-cbl-whos-online.html.twig 393 B
{% if in_layout_builder %}
<div{{ attributes.addClass(classes) }}>
{{ title_prefix }}
{{ title_suffix }}
{% endif %}
{% if label %}
<h2{{ title_attributes }}>{{ label }}</h2>
{% endif %}
{% include "@components/whos-online/whos-online.twig" with {
'privileged': whos_online.privileged,
'others': whos_online.others,
} %}
{% if in_layout_builder %}
</div>
{% endif %}