<% add_decidim_meta_tags(title: t("registration_types.index.title", scope: "decidim.conferences")) %> <% edit_link( decidim_admin_conferences.conference_registration_types_path(current_participatory_space.slug), :update, :conference, conference: current_participatory_space ) %> <%= append_javascript_pack_tag "decidim_conferences" %> <%= append_stylesheet_pack_tag "decidim_conferences" %> <%# NOTE: this page does not use a regular layout %>

<%= t("registration_types.index.register", scope: "decidim.conferences") %> <%= t("registration_types.index.register", scope: "decidim.conferences") %> (<%= translated_attribute current_participatory_space.title %>)

<%= render partial: "decidim/devise/shared/login_boxes", locals: { scope: "decidim.conferences.conferences.show" } unless current_user %> <% if collection.any? %>

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

<% collection.each do |registration_type| %> <%= cell "decidim/conferences/registration_type", registration_type, allowed: allowed_to?(:join, :conference, conference: current_participatory_space) %> <% end %>
<% else %> <%= cell("decidim/announcement", t("registration_types.index.no_registrations", scope: "decidim.conferences")) %> <% end %>