@if (entry.userid === currentUserId && entry.publishTranslated === 'publishtonoone') {
{{ 'addon.blog.publishtonoone' | translate }}
}
@if (!getEntryId(entry) || entry.updatedOffline) {
{{ 'core.notsent' | translate }}
}
@if (entry.userid === currentUserId && optionsAvailable && !entry.deleted) {
}
@if (entry.deleted) {
}
@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 }}:
}
@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 (getEntryId(entry) && commentsEnabled) {
}
} @empty {