<% if @subscribable_type %>
<%= t(".page_heading.#{@subscribable_type}") %>
<% else %>
<%= t(".page_heading.all") %>
<% end %>
<%= form_with(model: @user, url: delete_all_user_subscriptions_path(@user, type: @subscribable_type), method: :post, class: "simple destroy") do |f| %>
<%= t(".caution_html") %>
<% if @subscribable_type %>
<%= f.submit t(".submit.#{@subscribable_type}") %>
<% else %>
<%= f.submit t(".submit.all") %>
<% end %>
<% end %>