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

<%= authorization_form_for(handler, url: authorizations_path(redirect_url: params[:redirect_url])) do |form| %> <%= form.error_for(:base) %> <% if lookup_context.exists?(handler.to_partial_path, [], true) %> <%= render partial: handler.to_partial_path, locals: { handler: handler, 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"), stored_location).html_safe).html_safe %>.