<%def name="row(tile, tag)">

${tag.name}

${_("created %s") % h.relative_time(tag.create_time)|n} %if c.instance: · ${_("used %s times") % len(tag)} %endif
<%def name="cloud(tags, plain, show_count, link_more)">

%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:
${h.help_link(_("help"), 'tag_faq')|n} ·
${_("more tags...")}
%endif <%def name="sidebar(delegateable)">

${_("Tags")}

%if can.tag.create():
${h.field_token()|n} ${_("Multiple tags can be separated by commas or spaces.")} ${h.help_link(_("Help."), 'tag_faq')|n}
%endif