{{#if template == 'white'}}
{{/if}} {{#if (!nolocked || nolocked != 'true') && post.locked}}
{{/if}} {{#if (!nostatus || nostatus != 'true') && post.status != 'published'}} {{post.status}} {{/if}} {{#if !notitle || notitle != 'true'}} {{{post.title}}} {{/if}} {{#if !noviews || noviews != 'true'}} {{post.views}} {{_(post.views > 1 ? 'views' : 'view')}} {{/if}} {{#if (!nodescription || nodescription != 'true') && post.description}} {{{post.description}}} {{/if}} {{#if !nocontributors || nocontributors != 'true'}}
{{#post.contributors}} {{username}} {{/post.contributors}}
{{/if}} {{#if !noemojis || noemojis != 'true'}}
{{#post.displayEmojis}} {{/post.displayEmojis}} {{post.emojis.total ? post.emojis.total : ''}}
{{/if}} {{#if post.activityDateString || post.activityStatus || post.activityMember}}
{{#if post.activityMember}} {{post.activityMember.username}} {{post.activityMember.firstname}} {{/if}} {{#if post.activityStatus}} {{{post.activityStatus}}} {{/if}}
{{#if post.activityDateString}}
{{post.activityDateString}}
{{/if}}
{{/if}}
{{> wiki-post-item-extend}} {{#if post.emojisAdding}} {{/if}}