<%namespace name="components" file="/components.html"/> <%def name="row(tile, instance)">
  • %if tile.show_icon(): %endif

    ${instance.label} ${tiles.badge.badges(instance.badges)} %if can.badge.edit_instance(): ## NOTE: Don't use entity_url in href due to same-origin-policy issue (#621) ${_(u"Edit Badges")} %endif

    ##${h.user.link(instance.creator)|n} · ${_("created %s") % h.datetime_tag(instance.create_time)|n} · ${ungettext("%s proposal", "%s proposals", tile.num_proposals) % tile.num_proposals} %if instance.use_norms: · ${ungettext("%s norm", "%s norms", tile.num_norms) % tile.num_norms} %endif
  • <%def name="header(tile, instance, active, no_panel)">