{#if isRuleComponentLoading}
{:else}
{label}
{isAdminOnly ? "Admins only" : "Custom rule"}
{#if isAdminOnly}
Enable custom rule
{:else}
Set Admins only
{/if}
{/if}