<%= render Shared::InFavorAgainstComponent.new(debate) %>
<%= t("debates.debate.votes", count: debate.votes_score) %>
<% if !current_user %>
<%= render "shared/login_to_vote" %>
<% elsif organization? %>
<%= t("votes.organizations") %>
<% elsif !can_vote? %>
<%= sanitize(t("votes.anonymous", verify_account: link_to_verify_account)) %>
<% end %>