@if (entry.userid === currentUserId && entry.publishTranslated === 'publishtonoone') {
{{ 'addon.blog.publishtonoone' | translate }}
}
@if (entry.userid === currentUserId && optionsAvailable) {
}
' + entry?.user?.fullname + '', date: (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.lastmodified | coreTimeAgo }}
@if (entry.userid === currentUserId && entry.publishstate !== 'draft') {
{{ 'addon.blog.' + entry.publishTranslated | translate }}
}
}
@if (commentsEnabled) {
}
}
} @empty {