{% if workspace.subscription %}

{{ __("Your workspace is currently subscribed to %s.")|format('' ~ workspace.subscription.plan.title ~ '')|raw }}

{% if workspace.subscription.cancel_at %}

{{ __("Subscription will be cancelled at %s", '')|raw }}

{% elseif workspace.subscription.renew_at %}

{{ __("Usage renews at %s", '')|raw }}

{% endif %} {% else %}

{{ __('Currently you don\'t have any active subscription.') }}

{{ __('Subscribe to one of the our plans to get access to all features and benefits.') }}

{% endif %}
{{ p__('label', 'Total credits left') }}
{% if workspace.subscription %} {% endif %}