<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%> <div class='u-maxWidth--600 u-margin--auto u-marginTop--50 u-padding--15 js-view-confirm'> <h3> Subscription Cancellation </h3> <p> Your subscription with CommitChange can be cancelled any time without worrying about contracts. </p> <p> By cancelling your subscription, we will move you onto the <strong>2.0% tier</strong> and your card will no longer get charged. </p> <p> Contact <%= Settings.devise.mailer_sender %> if you need any help with exports or migrations. </p> <p> <form action="/nonprofits/<%=@nonprofit.id%>/billing_subscription/cancel" method="post"> <%= hidden_field_tag :authenticity_token, form_authenticity_token %> <button class='button red button--micro u-fontSize--14' type='submit'>Cancel my subscription</button> </form> </p> <br> <br> <br> <br> <br> </div>