{% if board.SHOW_ACTIVE_LURKERS :} {% active_visitors = board.active_visitors() %}
{% if active_visitors < 2 :}You are all alone on this board right now...{: elif active_visitors == 2 :}There is one other lurker online...{: else :}There are {{ active_visitors-1 }} other lurkers online...{:}
{:}