{foreach item=action from=$context->actions } {if $action != null}
  • {if ($action.url)} {$action.name} {else} {$action.name} {/if}
  • {/if} {/foreach}