• htmlId}}id="{$field->htmlId}"{{endif}}> {{if \IPS\Dispatcher::i()->controllerLocation === 'admin' or $details['showTitle']}} {{endif}}
    {{if $details['description']}}
    {lang="$details['description']"}
    {{endif}}
      {{if isset( $details['extra'] )}} {{foreach $details['extra'] as $k => $option}}
    • {{if isset( $option['description'] )}}
      {lang="$option['description']"} {{endif}}
    • {{endforeach}} {{endif}} {{foreach $details['options'] as $k => $option}} {{if $k === 'inline' and isset( $details['options']['push'] )}}
    • {{elseif $k !== 'push' or !isset( $details['options']['inline'] )}}
    • {{endif}} {{endforeach}}