{text}
{#if isClamped || expanded}
(expanded = !expanded)} class="mt-2 font-sans text-xs text-gray-400 transition hover:text-brand-navy" > {expanded ? m.comp_expandable_show_less() : m.comp_expandable_show_more()}
{/if}