{title?.replace('[%]','')}
{#if value === '' || condition === ''} Any {:else} {condition} {value}{unit} {/if}
changeRuleCondition('under')} class="cursor-pointer flex flex-row mr-2 justify-center items-center">
Under
changeRuleCondition('over')} class="cursor-pointer flex flex-row ml-2 justify-center items-center">
Over
{#each step as newValue}
changeValue(newValue)} class="block w-full border-b border-gray-600 px-4 py-2 text-left text-sm text-white last:border-0 sm:hover:bg-gray-100 sm:hover:text-gray-900 focus:bg-blue-100 focus:text-gray-900 focus:outline-none"> {condition} {newValue}{unit}
{/each}