<xf:macro name="thread_realtime_notice" arg-thread="!">
<xf:if is="$thread.canUseRealtime()">
<div class="blockMessage blockMessage--important">
{{ phrase('realtime_thread_is_realtime_you_receive_new_posts_without_refresh') }}
<xf:if is="$thread.canToggleRealtime()">
<xf:button class="button--link" href="{{ link('threads/toggle-realtime', $thread) }}">
{{ phrase('disable') }}
</xf:button>
</xf:if>
</div>
</xf:if>
</xf:macro>