{capture name="header"}> <{css app='omeauto' src="style.css"}> <{/capture}>
<{foreach from=$conditions item=item}> <{if $item.disabled}> <{button label=$item.name iname=$item.name id=$item.condition disabled='true'}> <{else}> <{button label=$item.name iname=$item.name id=$item.condition}> <{/if}> <{/foreach}>