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