| {:__('Title')} | {:__('Value')} | 
|---|---|
| {$item.title} | 
                        {switch $item.type}
                        {case string}
                        
                        {/case}
                        {case text}
                        
                        {/case}
                        {case array}
                         
 |