<% if question.external_voting %> <% else %> <% if question.results_published? %> <%= render partial: "decidim/consultations/questions/results", locals: { question: question } %> <% else %>
<%= render partial: "decidim/consultations/questions/vote_button", locals: { question: question } %>
<% end %> <% end %>