{% extends "mnfapp/base.html" %} {% load static %} {% block content %}
{% if user.is_authenticated %} {%if dataP3 or dataP31%} {% if messages %} {% for message in messages %} {% if message.tags == 'success' %} alert('{{message}}') {% endif %} {% endfor %} {% endif %}

Hi {{user.first_name}}, You are a privileged member and your membership is valid till

{%elif dataP4%}

Hi {{user.first_name}}, You are already a Life member and your membership is valid till

{%else%}



✓ Greater free use of MNF products and services,
✓ Opportunity to refer MNF membership to friends and family and extend your free privileged membership duration,
✓ Opportunity to gift MNF subscriptions to your friends and family at a discounted fee,
✓ Opportunity to earn as MNF Language Pair Partner,
✓ Build your profile at mynextfilm.com and attract attention of those who need you,
✓ Free Membership of Harkat Clubs.

{% if user.is_staff %}
MNF Employee discount of 50% added.
{%endif%}
{% if user.is_staff %}
₹100 ₹50

Monthly Subscription
{%csrf_token%}
₹1000 ₹500
Yearly Subscription
10% Additional Discount
on all services
{%csrf_token%}
{%else%}
₹100

Monthly Subscription
{%csrf_token%}
₹1000
Yearly Subscription
10% Additional Discount
on all services
{%csrf_token%}
{%endif%}
Only {{left}} left for {{thisMonth}}

Only ₹ 9500

20% Additional Discount
on all services(for 10 years)

✓ Free trial of yet to be launched products and services,
✓ Opportunity to earn as MNF Correspondent,
✓ Get a committed Relationship Manager,
✓ Be on the MNF Life members’ page, propose and set up a Harkat Club in your locality,
✓ Get priority notifications/ information for filmmaking related business proposals/assignments/opportunities.


{%csrf_token%}
{%if response%}
{%csrf_token%} Amount to be paid ₹{{amount}}
{% endif %}
{%endif%} {%endif%} {%endblock%}