<%= t(".authorize_with", authorizer: t(handler.handler_name, scope: "decidim.authorization_handlers")) %>

<%= authorization_form_for(handler) do |form| %> <% if lookup_context.exists?(handler.to_partial_path, [], true) %> <%= render partial: handler, as: "handler", locals: { form: form } %> <% else %> <%= form.all_fields %>
<%= form.submit t(".authorize"), class: "button expanded" %>
<% end %> <% end %>

<%= t("decidim.authorizations.skip_verification", link: link_to(t("decidim.authorizations.current_participatory_processes"), participatory_processes_path).html_safe).html_safe %>.