{{ 'pricing.trainings' }}
{{ 'pricing.subscription' }} |
{{ 'pricing.credits' }} |
{{ 'pricing.related_trainings' }} |
|
{{ plan | humanReadablePlanName: groups }}
|
{{ plan.training_credit_nb }}
|
{{ showTrainings(trainingIds) }}
|
|
{{ 'pricing.machines' }}
{{ 'pricing.machine' }} |
{{ 'pricing.hours' }} |
{{ 'pricing.related_subscriptions' }} |
|
{{ showCreditableName(mc) }}
|
{{ mc.hours }}
|
{{ getPlanFromId(mc.plan_id) | humanReadablePlanName: groups: 'short' }}
|
|
{{ 'pricing.spaces' }}
{{ 'pricing.space' }} |
{{ 'pricing.hours' }} |
{{ 'pricing.related_subscriptions' }} |
|
{{ showCreditableName(sc) }}
|
{{ sc.hours }}
|
{{ getPlanFromId(sc.plan_id) | humanReadablePlanName: groups: 'short' }}
|
|