%= content_for :page_title, t(".page_title") %> <%= settings_section title: t(".subscription_title"), subtitle: t(".subscription_subtitle") do %>
Currently on the <%= @family.subscription.name %>.
<% if @family.next_payment_date %>
<% if @family.subscription_pending_cancellation? %>
<%= t("views.settings.payments.cancellation", date: l(@family.next_payment_date, format: :long)) %>
<% else %>
<%= t("views.settings.payments.renewal", date: l(@family.next_payment_date, format: :long)) %>
<% end %>
<% end %>
Currently using the open demo of <%= product_name %>
(Data will be deleted in <%= @family.days_left_in_trial %> days)
You are currently not contributing
Contributions to <%= product_name %> will show here.
<% end %>Payment via Stripe