{% extends 'base.html' %} {% block title %}Buy Extra Verifications — Avighna{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Buy Extra Verifications

Current balance: {{ org.verifications_remaining }} verifications remaining

Select a Pack
{% for key, pack in packs.items %}
{% if key == 'medium' %}
Best Value
{% endif %}
{% if key == 'small' %}⚡{% elif key == 'medium' %}🚀{% else %}💎{% endif %}
{{ pack.label }}
{{ pack.verifications }} verifs
₹{{ pack.price }} + GST
Total: ₹{{ pack.total }}
{% endfor %}
Coupon & Payment

Processing payment...
Please do not close this window.

{% endblock %} {% block extra_js %} {% endblock %}