{% if subscription %}
{% if subscription.status == subscription.STATUS_ACTIVE %}
{% if subscription.status == subscription.STATUS_TRIALING %}
{% if customer.plan and customer.card_kind %}
Your free trial will end in {{ subscription.current_period_end|timeuntil }} after which you commence a {{ subscription.plan_display }} plan.
{% else %}
Your free trial will end in {{ subscription.current_period_end|timeuntil }} after which you will need to get a subscription to continue using the site.
{% endif %}
{% else %}
{% if subscription.status == subscription.STATUS_CANCELLED %}
{% if subscription.is_period_current %}
Your subscription has been canceled but you can continue to use the site for another {{ subscription.current_period_end|timeuntil }}.