|
The
billing cycle for your subscriptions has ended. Your projects will be suspended after {%- if account.days_until_disabled > 14 -%} {{ account.days_until_disabled }} days. {%- endif -%} To
process your payment and keep your projects up and running, please provide a valid credit card for {{label | escape }} immediately.
|
{%- for invoice in invoiced_items -%}
| {%- if invoice.domain_name -%} Purchase of {{ invoice.domain_name }} ({{ invoice.charge_name }}) {%- elsif
invoice.charge_name contains "Team " -%} {{ invoice.charge_name | replace: 'Montly', 'Monthly' }} {% assign quantity = invoice.quantity | plus: 0 %} {%- if quantity > 1 -%} with {{ invoice.quantity |
floor }} seats {% endif %} {% else %} {{ invoice.quantity | floor }} {{ invoice.charge_name | replace: 'Montly', 'Monthly' | replace: 'Froms', 'Forms' }} {% endif %} |
{%- if invoice.display_amount -%} {{ invoice.display_amount }} {%- else -%} ${{
invoice.charge_amount | round: 2 }} {%- endif -%} |
| {%- if invoice.domain_name -%} Domain expires on
{{ invoice.expires_at }} {%- else -%} From {{ invoice.service_start_date }} to {{ invoice.service_end_date }} {%- endif -%} |
{%- endfor -%}
|
|
|