{{ title | translate }}

@if (showMyEntriesToggle) { {{ 'addon.blog.showonlyyourentries' | translate }} } @if (hasOfflineDataToSync()) { } @for (entry of entries; track getEntryTemplateId(entry)) {

@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) { } @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 { }
@if ((filter.userid === currentUserId || showMyEntriesToggle) && loaded() && optionsAvailable) { }