<%= render partial: "decidim/shared/component_announcement" %>

<%= t(".title") %>

<%= t(".description") %>

<%= t(".creation_title") %>
<%= t(".not_created") %> <%= t(".creation_description.not_created") %> <%= t(".complete") %> <%= t(".creation_description.complete") %>
<%= t(".key_ceremony_title") %>
<%= t(".not_started") %> <%= t(".key_ceremony_description.not_started") %> <%= t(".started") %> <%= t(".key_ceremony_description.started") %> <%= t(".complete") %> <%= t(".key_ceremony_description.complete") %>
<%= t(".vote_title") %>
<%= t(".not_started") %> <%= t(".vote_description.not_started") %> <%= t(".started") %> <%= t(".vote_description.started") %> <%= t(".complete") %> <%= t(".vote_description.finished") %>
<%= t(".tally_title") %>
<%= t(".not_started") %> <%= t(".tally_description.not_started") %> <%= t(".started") %> <%= t(".tally_description.started") %> <%= t(".complete") %> <%= t(".tally_description.finished") %>
<%= t(".results_title") %>
<%= t(".not_published") %> <%= t(".results_description.not_published") %> <%= t(".published") %> <%= t(".results_description.published") %>
<%= t(".verifiable_results.title") %>
<% if election.results_published? %> <%= t(".verify") %> <%= content_tag :p, sanitize(t(".verifiable_results.description.ready")) %>
sha256sum <verifiable_election_file_path>
<%= content_tag :p, sanitize(t(".verifiable_results.how_to_verify")) %>
bin/verify <verifiable_election_file_path>
<% else %> <%= t(".not_ready") %> <%= t(".verifiable_results.description.not_ready") %> <% end %>
<% if election.results_published? %> <% end %>
<%= javascript_pack_tag "decidim_elections_election_log" %>