{% trans "Permission required" %}
{% trans "You don't have permission to edit billing settings. Please ask the workspace owner to make changes to billing." %}
{% trans "Subscription status: Paid workspace" %}
{% trans "You have a paid workspace. You can review your billing details and seat count using the 'Edit billing details' button below." %}
{% blocktrans with price=price_per_seat %}Monthly total (${{ price }} per seat/month):{% endblocktrans %}
{% blocktrans with total=monthly_total %}${{ total }}{% endblocktrans %}
{% trans "Number of seats:" %}
{% blocktrans with total_seats=workspace.customer.seats remaining_seats=seats_remaining %}{{ total_seats }} seats in total, {{ remaining_seats }} seats remaining{% endblocktrans %}
{% if workspace.customer.subscription_status == "UNPAID" %} {% trans "You are currently using this workspace in trial mode. To create a subscription and use all available features for this workspace, please continue using the checkout below. Alternatively, you can enter a coupon code further below." %} {% else %} {% trans "Your subscription has been cancelled. If you want to reactivate your subscription, please resubscribe using the checkout form below." %} {% endif %}
{% trans "Custom subscription active" %}
{% trans "You have activated a custom subscription for this workspace using a coupon code. If you have any questions about your subscription or if you would like to make changes, please contact us." %}