Full Name:
{% if society_key in Helper.ColumnDescription: %}
(as in medical council record)
{% endif %}
{% if user.prefix: %}
{{user.prefix}}{{user.full_name}}
{% else %}
{{user.full_name or ''}}
{% endif %}
Email id:
{{user.email or ''}}
Mobile Number:
{% if user.mobile: %}
{{user.mobile or ''}}
{% else %}
-
{% endif %}
Status:
{{user.display_name or ''}}
{% if user.status_id == societyData['ms_rejected_status_id']: %}
Remarks:
{{remarks.remarks or ''}}
{% endif %}
{% if payment_status: %}
Payment Status:
{{payment_status.status or ''}}
{% endif %}
{% if user.status_id == societyData['ms_rejected_status_id']: %}
{% endif %}
{% if user.status_id == societyData['ms_approved_awaitingpayment_status_id'] : %}
{% if payment_status.status!="IN PROGRESS" and payment_status.status!="success":%}
{% elif payment_status.status =="IN PROGRESS" :%}
*If your payment is not debited from your account, please Click here to make payment
*If your payment is debited from your account, please wait for two working days. The office will verify your payment and complete the process. If you don't hear within two working days, please write to {{societyData.e_support_mail}}
{% else %}
{% endif %}
{% endif %}