15 lines
		
	
	
	
		
			549 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			549 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| <%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
 | |
| <% content_for(:footer_hidden) {'hidden'} %>
 | |
| <%= content_for :javascripts do %>
 | |
| 	<script>
 | |
|     var pageLoadData = {
 | |
|       card: <%= @nonprofit.active_card ? raw(@nonprofit.active_card.to_json) : '{}' %>
 | |
|     , plan: <%= raw(@nonprofit.billing_plan.to_json) %>
 | |
|     , subscription: <%= raw(@nonprofit.billing_subscription.to_json) %>
 | |
|     }
 | |
| 	</script>
 | |
| 	<%= javascript_pack_tag 'i18n', 'page__nonprofits__cards__edit' %>
 | |
| <% end %>
 | |
| 
 | |
| <div id='js-main'></div>
 | |
| 
 | 
