%def name="row(tile, tag)">
%for (tag, count, size) in tags: ${h.tag.link(tag, count=0 if not show_count else count, size=size, plain=plain)|n} %endfor
%if link_more: %endif %def> <%def name="sidebar(delegateable)"> <% h.need.autocomplete %>%if len(delegateable.tags): ${", ".join([h.tag.link_with_untag(tag, delegateable, simple=True) for (tag, count) in delegateable.tags])|n} %else: ${_('Not tagged yet')} %endif
%if can.tag.create(): %endif %def> <%def name="widget(delegateable)"> ## FIXME: Reimplement Tagging %if can.tag.create(): %endif %def>