{brandTitle}
+{t("wa_trial_activation_loading", {}, "Activating trial...")}
+{t("wa_trial_activation_wait", {}, "Preparing access and connection details.")}
+ {:else if hasActiveAccess} +{successTitle}
++ {t( + "wa_trial_active_hint", + {}, + "Access is ready. Install the app and import the profile." + )} +
+-
+ {#if endDateText}
+
- {t("wa_trial_active_until_label", {}, "Active until")} +
- {endDateText} +
- {t("wa_trial_days_left_label", {}, "Time left")} +
- {t("wa_trial_days_left", { days: daysLeft }, "{days} days")} +
- {t("wa_trial_traffic_label", {}, "Traffic")} +
- {trafficLabel} +
{t("wa_trial_activation_failed")}
+{trialError}
+ {:else} +{t("wa_trial_unavailable_title", {}, "Trial is unavailable")}
++ {t( + "wa_trial_unavailable_hint", + {}, + "Trial may already be used, or this account already has active access." + )} +
+ {/if} +