{{ post.score }}
{{ t(post.type) }}
{{ t(post.qaStatus || 'open') }}
{{ getCategoryName(getCategory(post.categoryId)) }}
{{ getField(post, 'title') }}
#{{ tag }}
+{{ post.tags.length - 5 }}
{{ post.authorName || t('anonymous') }}
{{ formatTime(post.createdAt) }}
{{ post.commentCount }} {{ t('comments') }}
{{ post.viewCount }} views