1 2 3 4 5 6 7 8 9 10 11
{{ for $threads as $thread }} <div id="tread-wrapper-$thread.id" class="tread-wrapper"> $thread.html </div> {{ endfor }} {{ if $dropping }} <a href="#" onclick="deleteCheckedItems();return false;"> <span class="icon s22 delete text">$dropping</span> </a> {{ endif }}