Workspace Name
{{ workspace.workspace_name }}
Workspace Type
{{ workspace.workspace_type.replace('_',' ').title() }}
Subscription Period
{{ workspace.subscription_start_date or '-' }} to {{ workspace.subscription_end_date or '-' }}
Limits
{{ workspace.max_managed_clients }} managed clients • {{ workspace.max_user_accounts }} user account(s)
Enabled Features
Client Portal {{ 'On' if workspace.allow_client_portal else 'Off' }}
Firm Referrals {{ 'On' if workspace.allow_firm_referrals else 'Off' }}
Marketplace {{ 'On' if workspace.allow_service_marketplace else 'Off' }}
{% if workspace.remarks %}
Remarks
{{ workspace.remarks }}
{% endif %}