{% if plan.created_at|date_in_future %}
Avalaible soon!
{% endif %}
{{plan.title}}
{% if plan.period_price.amount > 0 %}
{{plan.period_price|humanize_money}} {{plan.period_type|humanize_period}}
{% endif %}
{% if plan.setup_amount > 0 %}
one-time: {{plan.setup_price|humanize_money}}
{% endif %}
{% endfor %}
{% else %}