-
Free
+ {% if (is_legacy_server_with_scheduled_upgrade and legacy_server_new_plan.tier == legacy_server_new_plan.TIER_SELF_HOSTED_BASIC)
+ or (is_self_hosted_realm and sponsorship_pending and requested_sponsorship_plan == "Basic")
+ or (is_self_hosted_realm and customer_plan and customer_plan.tier == customer_plan.TIER_SELF_HOSTED_BASIC)%}
+
$3.50
+
+
+ /user/month billed monthly
+
+
+ {% else %}
+
$3.50
+
+
+ /user/month billed monthly
+
+
+
+ $20/month off for the first year!
+
+ {% endif %}
- {% if is_self_hosted_realm and is_sponsored %}
-
-
- Current plan
+ {% if is_legacy_server_with_scheduled_upgrade and legacy_server_new_plan.tier == legacy_server_new_plan.TIER_SELF_HOSTED_BASIC %}
+
+ Upgrade is scheduled
- {% elif is_self_hosted_realm and sponsorship_pending and requested_sponsorship_plan == "Community" %}
-
+ {% elif is_self_hosted_realm and sponsorship_pending and requested_sponsorship_plan == "Business" %}
+
Sponsorship requested
+ {% elif is_self_hosted_realm and on_free_tier and not sponsorship_pending %}
+
+ {% if free_trial_days %}
+ Start {{ free_trial_days }}-day free trial
+ {% else %}
+ Upgrade to Basic
+ {% endif %}
+
+ {% elif is_self_hosted_realm and customer_plan and customer_plan.tier == customer_plan.TIER_SELF_HOSTED_BASIC %}
+
+
+ {% if on_free_trial %}
+ Current plan (free trial)
+ {% else %}
+ Current plan
+ {% endif %}
+
{% elif is_self_hosted_realm %}
-
- Request sponsorship
+
+ {% if free_trial_days %}
+ Start {{ free_trial_days }}-day free trial
+ {% else %}
+ Upgrade to Basic
+ {% endif %}
{% else %}
-
- Log in to apply
+
+ Log in to upgrade
{% endif %}