| {$item.title} | 
                                        {switch $item.type}
                                        {case string}
                                        
                                        {/case}
                                        {case password}
                                        
                                        {/case}
                                        {case text}
                                        
                                        {/case}
                                        {case array}
                                         
 |