$live_update {{ for $threads as $thread }}
{{ for $thread.items as $item }} {{if $mode == display}} {{ else }} {{if $item.comment_firstcollapsed}}
$thread.num_comments $thread.hide_text
{{endif}} {{ endif }} {{ if $item.type == tag }} {{ inc wall_item_tag.tpl }}{{ endinc }} {{ else }} {{ inc $item.template }}{{ endinc }} {{ endif }} {{ endfor }}
{{ endfor }}
{{ if $dropping }} $dropping {{ endif }} {{ if $mode == display }} {{ endif }}