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

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

<% elections.each do |election| %> <% end %>
<%= t("models.election.fields.title", scope: "decidim.elections") %> <%= t("models.election.fields.verifiable_results_file_url", scope: "decidim.elections") %> <%= t("models.election.fields.verifiable_results_file_hash", scope: "decidim.elections") %>
<%= translated_attribute(election.title) %> <% if election.verifiable_results_file_url.present? %> <%= link_to t(".download"), election.verifiable_results_file_url %> <% else %> <%= t(".not_available") %> <% end %> <% if election.verifiable_results_file_hash.present? %> <%= election.verifiable_results_file_hash %> <% else %> <%= t(".not_available") %> <% end %>

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

<%= content_tag :p, sanitize(t(".how_to_download")) %> <%= content_tag :p, sanitize(t(".how_to_checksum")) %>
sha256sum <verifiable_election_file_path>
<%= content_tag :p, sanitize(t(".how_to_run_verifier")) %>
bin/verify <verifiable_election_file_path>