%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