{{ 'user' | translate }} {{ user.name }}

{{ 'cancel' }}

{{ subscription.plan | humanReadablePlanName }}

{{ 'duration' | translate }} {{ subscription.plan.interval | planIntervalFilter: subscription.plan.interval_count }}

{{ 'expires_at' | translate }} {{ subscription.expired_at | amDateFormat: 'L' }}

{{ 'price_' | translate }} {{ subscription.plan.amount | currency}}

{{ 'user_has_no_current_subscription' }}

{{ 'next_trainings' | translate }}

  • {{r.reservable.name}} - {{ r.start_at | amDateFormat:'LLL' }} - {{ r.end_at | amDateFormat:'LT' }}
{{ 'no_trainings' }}

{{ 'passed_trainings' | translate }}

  • {{r.reservable.name}} - {{ r.start_at | amDateFormat:'LLL' }} - {{ r.end_at | amDateFormat:'LT' }}
{{ 'no_trainings' }}

{{ 'validated_trainings' | translate }}

  • {{t.name}}
{{ 'no_trainings' }}

{{ 'next_events' | translate }}

  • {{r.reservable.title}} - {{ r.start_at | amDateFormat:'LLL' }} - {{ r.end_at | amDateFormat:'LT' }}
    {{ 'NUMBER_full_price_tickets_reserved' }}

    {{ 'NUMBER_reduced_rate_tickets_reserved' }}
{{ 'no_upcoming_events' }}

{{ 'passed_events' | translate }}

  • {{r.reservable.title}} - {{ r.start_at | amDateFormat:'LLL' }} - {{ r.end_at | amDateFormat:'LT' }}
{{ 'no_passed_events' }}
{{ 'invoice_#' }} {{ 'date' }} {{ 'price' }}
{{ invoice.reference }} {{ invoice.date | amDateFormat:'L LTS' }} {{ invoice.date | amDateFormat:'L' }} {{ invoice.total | currency }}

{{ 'no_invoices_for_now' }}