<xf:if is="$template == 'thread_view'">
<xf:if is="$forum.canCreateThread() OR $forum.canCreateThreadPreReg()">
<xf:button href="{{ link('forums/post-thread', $forum) }}" class="button--cta" icon="write" rel="nofollow">
{{ $forum.TypeHandler.getTypeActionPhrase('cta') ?: phrase('post_thread') }}</xf:button>
</xf:if>
</xf:if>