| 
                        {{if $entry.IsDirectory}}
                         
                        
                        {{ $entry.Name }}
                        
                        {{else}}
                        
                        {{ $entry.Name }}
                        
                        {{end}}
                     | 
                    
                        {{if $entry.IsDirectory}}
                        {{else}}
                        {{ $entry.Mime }} 
                        {{end}}
                     | 
                    
                        {{if $entry.IsDirectory}}
                        {{else}}
                        {{ $entry.Size | humanizeBytes }} 
                        {{end}}
                     | 
                    
                        {{ $entry.Timestamp.Format "2006-01-02 15:04" }}
                     | 
                    
                         
                            
                            {{if $entry.IsDirectory}}
                            
                            {{else}}
                            
                            {{end}}
                         
                     | 
                
                {{ end }}