<%def name="row(tile, decision, focus_scope=False, focus_user=False)">
  • %if decision.result == 1: ${_("for")}: %elif decision.result == -1: ${_("against")}: %elif decision.result == 0: ${_("abstained")}: %else: ${_("undecided")}: %endif   %if focus_user: ${h.user.link(decision.user)|n} %endif %if focus_scope: ${tile.topic|n} %endif

    %if decision.poll.scope.instance.allow_delegate: %if not decision.is_decided(): ${_("The user's delegates have voted, but no consensus was" + "reached among them. The decision is deferred.")} %else: %if decision.is_self_decided() and c.instance and c.instance.allow_delegate: ${_("The decision was made without delegations.")} %else: ${_("The decision was determined as a result of the following delegations:")} %endif %endif %if not decision.is_self_decided(): %endif %endif
    ${h.datetime_tag(decision.create_time)|n} %if not focus_scope: · ${tile.topic|n} %endif