@if (is_object($subscription->plan))
@include('subscriptions._details', ['subscription' => $subscription]) @if ($subscription->isFree())
@else
@foreach (\Acelle\Model\PaymentMethod::getAllActive() as $payment_method) @include('payments._button_' . $payment_method->type) @endforeach
@endif
@endif