Pricing
{{ plan.price|floatformat:2 }} {{ plan.currency|upper }} {% if plan.interval == 'month' %}/month{% elif plan.interval == 'year' %}/year{% else %}{{ plan.interval }}{% endif %}
Features
{{ plan.description }}
{% extends 'base.html' %} {% load static %} {% block title %}Plan Comparison{% endblock %} {% block extra_head %} {# Removed plan_selection.js as toggle functionality is removed #} {# #} {% endblock %} {% block content %} {% include "components/hero_banner.html" with title="Compare Plans" subtitle="Find the best plan for your needs" color="primary" %}
{{ plan.name }}
{{ plan.price|floatformat:2 }} {{ plan.currency|upper }} {% if plan.interval == 'month' %}/month{% elif plan.interval == 'year' %}/year{% else %}{{ plan.interval }}{% endif %}
{{ plan.description }}
No plans available at this time.