<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>

Cancel bank account change

<% if @bank_account.nil? %>

This nonprofit has no connected bank account.

<% elsif @bank_account.pending %> <%= render 'bank_account_info' %> <%= form_tag(cancel_nonprofit_nonprofit_bank_account_path(@nonprofit) ) do %> <%= hidden_field_tag :token, params[:t] %> <%= submit_tag 'Cancel', :class => 'btn btn-large' %> <% end %> <% else %>

The bank account for this nonprofit was never initially confirmed.

<% end %>

If you think this was in error, please contact <%= mail_to '<%= Settings.devise.mailer_sender %>' %>