{% extends "layout.html" %} {% block title %}Confirm Subscription - Trade Signals{% endblock %} {% block content %}

Account Information

Name {{ user.full_name }}
Email {{ user.email }}
Phone {{ user.mobile }}
User ID #{{ user.id }}

Subscription Summary

Product {{ product.name }}
Plan {{ plan_name }}
Duration {{ duration_days }} days
Start Date {{ start_date.strftime('%d %b, %Y') }}
End Date {{ end_date.strftime('%d %b, %Y') }}
Total Amount ₹{{ "%.0f"|format(price) }}

Secure checkout — You'll be redirected to complete payment

← Back to Package
{% endblock %}