$0
</li>
<li>
<xf:fa icon="fa-reply" title="{{ phrase('replies')|for_attr }}" />
<span class="u-srOnly">{{ phrase('replies') }}</span>
{{ $thread.discussion_type == 'redirect' ? '–' : $thread.reply_count|number_short }}
</li>
<li>
<xf:fa icon="fa-eye" title="{{ phrase('views')|for_attr }}" />
<span class="u-srOnly">{{ phrase('views') }}</span>
{{ $thread.discussion_type == 'redirect' ? '–' : ($thread.view_count > $thread.reply_count ? $thread.view_count|number_short : number_short($thread.reply_count+1)) }}