Pricing
{# Simplified price display without toggle #}
{{ plan.price|floatformat:2 }} {{ plan.currency|upper }} {% if plan.interval == 'month' %}/month{% elif plan.interval == 'year' %}/year{% else %}{{ plan.interval }}{% endif %}
Features
{{ plan.description }}