User Profile
{%if dataP.profilePic%}
{%else%}
{%endif%}
User Details
Name:
{{user.first_name}} {{user.last_name}}
Email:
{{user.email}}
Last Login:
{{user.last_login}}
Date Joined:
{{user.date_joined}}
{% if dataP3 %}
Membership Details
{%endif%}
{% if dataP4 %}
Membership Details
{%endif%}
{% if dataP3 is not None%}
Date Subscribed
{{dataP3.dateSubscribed}}
Plan:
{{dataP3.memberType}}
Total Month:
{{dataP3.months}}
Validity:
{{expiry}}
{% elif dataP4 %}
Date Subscribed
{{dataP4.dateSubscribed}}
Plan:
Life Member
Total Month:
{{dataP4.months}}
Validity:
{%else%}
Plan:
{%endif%}
LPP Details
{%if dataP5%}
Country:
{{dataP5.country}}
Pair:
{{dataP5.firstLanguage}} To {{dataP5.secondLanguage}}
Status:
{%if dataP5.status == 'Not Selected'%}
{{dataP5.status}}
{%else%}
{{dataP5.status}}
{%endif%}
{%else%}
No Application Pending
{%endif%}
{%endblock%}