Outpost
<% if current_user.member_type == 'member' %>
membership
<% else %>
patronage
<% end %>
You are currently paying $<%= current_user.monthly_fee %> per month,
charged to your card ending <%= current_user.stripe_card_last_four %>
expiring <%= current_user.stripe_card_expiry.strftime '%m/%y' %>