{% extends "mnfapp/base.html" %} {% load static %} {% block content %} Checkout

Checkout

Payment

{%csrf_token%}

Pay Using Card

Order Summary

Amount To Be Paid $ {{amount}} USD Subscription {{subPlan}} Auto renewal {% if subPlan != Life%} Yes {%else%} No {%endif%}
{%endblock%}