{{ $t("profile_page.loading") }}
{{ $t("profile_page.login_required") }}
{{ $t("profile_page.back_to_main") }}{{ $t("profile_page.budget_description") }}
{{ tierDescriptions[user.role] }}
{{ $t('profile_page.plan_type') }} {{ subscription.plan === 'monthly' ? $t('profile_page.plan_monthly') : $t('profile_page.plan_yearly') }}
{{ $t('profile_page.plan_status') }} {{ subscriptionStatusLabels[subscription.status] || subscription.status }}
{{ formatDate(subscription.current_period_end) }}
{{ $t("profile_page.subscription_not_renewed") }}
| {{ $t("profile_page.feature") }} | Free {{ $t("profile_page.current_badge") }} |
Basic {{ formatPrice(prices.basic_monthly) }}/mes |
Premium {{ formatPrice(prices.premium_monthly) }}/mes {{ $t("profile_page.current_badge") }} |
|---|---|---|---|
| {{ $t("profile_page.market_simulations") }} | ✓ | ✓ | ✓ |
| {{ $t("profile_page.playback") }} | ✓ | ✓ | ✓ |
| {{ $t("profile_page.basic_models") }} | ✓ | ✓ | ✓ |
| {{ $t("profile_page.historical_data") }} | ✗ | ✓ | ✓ |
| {{ $t("profile_page.all_models") }} | ✗ | ✓ | ✓ |
| {{ $t("profile_page.all_scenarios") }} | ✗ | ✓ | ✓ |
| {{ $t("profile_page.options_trading") }} | ✗ | ✗ | ✓ |
| {{ $t("profile_page.greeks_analysis") }} | ✗ | ✗ | ✓ |
| {{ $t("profile_page.ai_mentor") }} | ✗ | ✗ | ✓ |
| {{ $t("profile_page.export_csv_pdf") }} | ✗ | ✗ | ✓ |
| {{ $t("profile_page.priority_support") }} | ✗ | ✗ | ✓ |
{{ $t("profile_page.payments_unavailable") }}
{{ $t("profile_page.created") }} {{ formatDate(user.created_at) }}
{{ $t("profile_page.last_login") }} {{ formatDate(user.last_login) }}