Skip to content
talkin’-tokens-(or-how-to-spin-up-a-chain)

Talkin’ tokens (or how to spin up a chain)

{{ registerForm.errors.get(‘form’) }}

{{ cardForm.errors.get(‘card’) }}

{{ registerForm.errors.get(‘plan’) }}

{{ __(plans[index].name) | capitalize }} {{ plans[index].attributes.old_price | currency }} {{ plans[index].price | currency }}

All subscriptions auto renew but are easy to cancel.

{{ registerForm.errors.get(‘terms’) }}

Tax: {{ taxAmount(selectedPlan) | currency }}

Total Price Including Tax: {{ priceWithTax(selectedPlan) | currency }} {{ selectedPlan.type == ‘user’ && spark.chargesUsersPerSeat ? ‘/ ‘+ spark.seatName : ” }} {{ selectedPlan.type == ‘user’ && spark.chargesUsersPerTeam ? ‘/ ‘+ __(‘teams.team’) : ” }} / {{ __(selectedPlan.interval) | capitalize }}

{{ registerForm.errors.get(’email’) }}

Back To Top