%= render partial: "layouts/decidim/head" %>
<%= render partial: "layouts/decidim/timeout_modal" %> <%= render partial: "layouts/decidim/data_consent_warning" %> <%= cell("decidim/data_consent", current_organization) %>
<% if current_user && poll %>
<%= t(".questions") %>
(<%= questionnaire.questions.visible.count %>)
<% if admin_allowed_to?(:update, :poll, meeting: meeting, poll: poll) %>
<%= t(".administrate") %>
<% end %>
<% end %>
<%= current_organization.name %>
/
<%= present(meeting).title(links: true) %>
<% if current_user %>
<%= link_to current_user.name, decidim.account_path, target: "_blank", "aria-label": t("layouts.decidim.user_menu.account", name: current_user.name) %>
<% end %>
<%= link_to meeting_path(meeting), "aria-label": t(".close") do %> <%= t(".close") %> <%= icon "x", class: "text-small" %> <% end %>
<%= yield %>
<%= render partial: "layouts/decidim/decidim_javascript" %> <%= javascript_pack_tag "decidim_meetings" %>