{* List all condition with their summary *} {foreach from=$conditions item=condition key=i name=conditionsForeach} {if !$smarty.foreach.conditionsForeach.first} {intl l='And'} {/if} {$condition.summary nofilter} {intl l='Edit'} {if $conditions|count != 1} {intl l='Delete'} {/if} {/foreach}