{% extends 'base.html' %} {% block title %}Upgrade Plan — Avighna{% endblock %} {% block content %}

⬆️ Upgrade Your Plan

Current plan: {{ org.get_plan_display }} {% if org.is_trial and not org.trial_expired %} — {{ org.trial_days_remaining }} days remaining in trial {% endif %}

{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% csrf_token %}
Starter
₹999 /month

✅ 100 verifications/month
✅ 2 staff accounts
✅ Visitor dashboard
✗ Excel export
Most Popular
Business
₹2,999 /month

✅ 500 verifications/month
✅ 5 staff accounts
✅ Visitor dashboard
✅ Excel export
Enterprise
₹7,999 /month

✅ Unlimited verifications
✅ Unlimited staff accounts
✅ Visitor dashboard
✅ Excel export
Questions? Contact support@avighnasolution.in
{% endblock %}