% provide :title do %><%= t("polls.index.title") %><% end %> <% content_for :canonical do %> <%= render "shared/canonical", href: polls_url %> <% end %> <%= render "shared/section_header", i18n_namespace: "polls.index.section_header", image: "polls" %>
<%= t("polls.index.section_footer.title") %>
<%= t("polls.index.section_footer.description") %>
<%= t("polls.index.section_footer.help_text_1") %>
<%= t("polls.index.section_footer.help_text_2", org: link_to(setting['org_name'], new_user_registration_path)).html_safe %>