Discount
The coupon's {{ discount }} discount will be applied to your subscription!
Whoops! This coupon code is invalid.
We found your invitation to the {{ invitation.team.name }} team!
Whoops! This invitation code is invalid.
Subscription
{{ registerForm.errors.get('plan') }}
{{ plan.name }}
Free {{ plan.price | currency }} / {{ plan.interval | capitalize }}
{{ plan.trialDays}} Day Trial
Profile Register
{{ registerForm.errors.get('form') }}
{{ registerForm.errors.get('invitation') }}
{{ registerForm.errors.get('team') }}
{{ registerForm.errors.get('name') }}
{{ registerForm.errors.get('db_username') }}
{{ registerForm.errors.get('email') }}
Must contain a number, lower, upper, and special char. {{ registerForm.errors.get('password') }} The password must contain a number, lower, upper, and special char.
{{ registerForm.errors.get('password_confirmation') }}
{{ registerForm.errors.get('terms') }}
Billing Information
We had trouble validating your card. It's possible your card provider is preventing us from charging the card. Please contact your card provider or customer support.
{{ cardForm.errors.get('number') }}
{{ registerForm.errors.get('zip') }}
{{ registerForm.errors.get('coupon') }}
Tax: {{ taxAmount(selectedPlan) | currency }}

Total Price Including Tax: {{ priceWithTax(selectedPlan) | currency }} / {{ selectedPlan.interval | capitalize }}