%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%namespace name="comment_tiles" file="/comment/tiles.html"/> <%def name="title()">${_("Votes: %s") % c.poll.scope.label}%def> <%def name="breadcrumbs()"> ${h.delegateable.breadcrumbs(c.poll.scope)|n} » ${_("Votes")} %def> <%block name="headline"> ${tiles.poll.header(c.poll, active='votes')} %block> <%block name="sidebar"> %if c.poll.action != c.poll.RATE: ${tiles.poll.booth(c.poll)} %endif