diff --git a/templates/corporate/pricing_model.html b/templates/corporate/pricing_model.html
index 20cf82fca8..c36d3aa8af 100644
--- a/templates/corporate/pricing_model.html
+++ b/templates/corporate/pricing_model.html
@@ -246,6 +246,10 @@
                                     Current plan
                                     {% endif %}
                                 
+                                {% elif is_self_hosted_realm and customer_plan and customer_plan.tier != customer_plan.TIER_SELF_HOSTED_LEGACY %}
+                                
+                                    Contact sales
+                                
                                 {% elif is_self_hosted_realm %}
                                 
                                     {% if free_trial_days %}
@@ -331,6 +335,10 @@
                                     Current plan
                                     {% endif %}
                                 
+                                {% elif is_self_hosted_realm and customer_plan and customer_plan.tier != customer_plan.TIER_SELF_HOSTED_LEGACY %}
+                                
+                                    Contact sales
+                                
                                 {% elif is_self_hosted_realm %}
                                 
                                     {% if free_trial_days %}