%= content_for :page_title, t(".page_title") %> <%= settings_section title: t(".subscription_title"), subtitle: t(".subscription_subtitle") do %>
You are currently subscribed to the <%= @family.subscription.name %>. <% if @family.next_billing_date %> Your plan renews on <%= @family.next_billing_date.strftime("%B %d, %Y") %>. <% end %>
<% elsif @family.trialing? %>You are currently trialing <%= product_name %> (<%= @family.days_left_in_trial %> days remaining)
<% else %>You are currently not subscribed
Once you subscribe to <%= product_name %>, you'll see your billing settings here.
<% end %>Billing via Stripe