<% if @subscription.plan.present? %>

<%= t('tellimus.subscriptions.subscribed') %>

<%= t('tellimus.subscriptions.subscribed_to_plan', :plan => @subscription.plan.name) %>

<%= link_to t('tellimus.subscriptions.choose_other_plan'), edit_owner_subscription_path(@owner, @subscription), class: 'btn' %> <% else %>

<%= t('tellimus.subscriptions.no_subscription') %>

<%= t('tellimus.subscriptions.not_subscribed_to_plan') %>

<%= link_to t('tellimus.subscriptions.choose_plan'), edit_owner_subscription_path(@owner, @subscription), class: 'btn' %> <% end %>

<%= t('tellimus.payment.payment_information') %>

<%= t('tellimus.payment.card_on_file', payment_signature: @subscription.payment_signature, payment_type: @subscription.payment_type) %>

<%= link_to t('tellimus.payment.update_payment_information'), edit_owner_subscription_path(@owner, @subscription, update: 'card'), class: 'btn' %>