mirror of https://github.com/zulip/zulip.git
billing: Modify next payment info.
This commit is contained in:
parent
e72df84396
commit
68a117d490
|
@ -82,7 +82,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
<p>
|
||||
<div class="next-payment-info not-editable-realm-field">
|
||||
{% if renewal_amount %}
|
||||
{% if free_trial %}
|
||||
Your plan will be upgraded to <strong>{{ plan_name }}</strong> on <strong>{{ renewal_date }}</strong> for
|
||||
|
@ -92,13 +92,18 @@
|
|||
{% elif switch_to_annual_at_end_of_cycle %}
|
||||
Your plan will be switched from monthly to annual billing on <strong>{{ renewal_date }}</strong>.
|
||||
{% else %}
|
||||
Your plan will renew on <strong>{{ renewal_date }}</strong> for
|
||||
<strong>${{ renewal_amount }}</strong>.
|
||||
{% if charge_automatically %}
|
||||
Your plan will automatically renew on <strong>{{ renewal_date }}</strong>.
|
||||
{% else %}
|
||||
Your next invoice is due on <strong>{{ renewal_date }}</strong>.
|
||||
{% endif %}
|
||||
<br />
|
||||
Expected charge: <strong>${{ renewal_amount }}</strong>.
|
||||
{% endif %}
|
||||
{% else %}
|
||||
Your plan ends on <strong>{{ renewal_date }}</strong>, and does not renew.
|
||||
{% endif %}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="payment-method">
|
||||
<div id="cardchange-error" class="alert alert-danger"></div>
|
||||
|
|
Loading…
Reference in New Issue