$live_update
{{ for $threads as $thread }}
{{ for $thread.items as $item }}
{{if $mode == display}}
{{ else }}
{{if $item.comment_firstcollapsed}}
{{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 }}