{{ title | translate }}

@if (showMyEntriesToggle) { {{ 'addon.blog.showonlyyourentries' | translate }} } @for (entry of entries; track entry.id) { @if (!onlyMyEntries || entry.userid === currentUserId) {

@if (entry.userid === currentUserId && entry.publishTranslated === 'publishtonoone') { {{ 'addon.blog.publishtonoone' | translate }} }

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