@(thread: lila.message.Thread, form: Option[Form[_]], blocks: Boolean)(implicit ctx: Context, me: User) @message.layout( title = thread.name) {
@userIdLink(thread.visibleOtherUserId(me).some) blocks you. You cannot answer.
} else { @if(!thread.isVisibleByOther(me) && !me.troll) {@userIdLink(thread.visibleOtherUserId(me).some) has closed this thread. @if(!thread.asMod){ Create a new one }
} else { @form.map { f => } } }