@if (entry.userid === currentUserId && entry.publishTranslated === 'publishtonoone') {
                    
                         {{ 'addon.blog.publishtonoone' | translate }} 
                    
                    }
                
                @if (entry.userid === currentUserId && optionsAvailable) {
                
                    
                        
                    
                
                }
            
 
            
                
                    
                
                @if (entry.user?.fullname && entry.created) {
                ' + entry.user?.fullname + '', date: (entry.created | coreDateDayOrTime) }
                }">
                } @else if (!entry.user?.fullname && entry.created) {
                {{ entry.created | coreDateDayOrTime }}
                }
            
            
                
                    
                
                @if (tagsEnabled && entry.tags && entry.tags!.length > 0) {
                
                    
                        {{ 'core.tag.tags' | translate }}:
                        
                    
                
                }
                @for (file of entry.attachmentfiles; track $index) {
                
                }
                @if (entry.uniquehash) {
                
                    {{ 'addon.blog.linktooriginalentry' | translate }}
                
                }
            
 
            @if (entry.lastmodified > entry.created || (entry.userid === currentUserId && entry.publishstate !== 'draft')) {
            
                @if (entry.lastmodified > entry.created) {
                
                    
                    {{ entry.lastmodified | coreTimeAgo }}
                
                }
                @if (entry.userid === currentUserId && entry.publishstate !== 'draft') {
                
                    
                    {{ 'addon.blog.' + entry.publishTranslated | translate }}
                
                }
            
            }
            @if (commentsEnabled) {
            
            }
        
 
        } @empty {