{% block content %}
|
||
Delegate Registration confirmation |
||
Delegate Number : | {{delegate.delegate_no or '' }} | |
Name | {{delegate.prefix or ''}} {{delegate.full_name or ''}} | |
Email Id | {{delegate.email or ''}} | |
Mobile No | {{delegate.mobile or ''}} | |
Medical Council Number | {{delegate.mc_number or ''}} | |
Medical Council Number | Not Provided | |
Medical Council State | {{delegate.mc_state or ''}} | |
Medical Council State | Not Provided | |
Delegate Type | {% if conf.conf_id == 7 %}{{delegate.member_type}} | {% else %}{{delegate.user_type or ''}} | {% endif %}
Registered Details | {% if delegate.reg_for_without_amount %}{{delegate.reg_for_without_amount|replace(",", " ")|safe }} |
{% else %}
{% endif %} |
Accompany Person Details | {{delegate.accom_persons|replace(",", " ")|safe }} |
|
Registered on | {% if delegate.registered_dt: %} {{delegate.registered_dt.strftime('%d-%m-%Y %H:%M:%S')[:-3] or ''}}{% endif %} | |
Registered by | {% if delegate.is_offline == 1 %} Admin {% else %} {% if delegate.parent_email == delegate.email and delegate.parent_mobile == delegate.mobile%} Myself {% else: %} {{ delegate.parent_email or ''}} / {{delegate.parent_mobile or ''}} {% endif %} {% endif %} | |
To access your eBadge visit https://bit.ly/karpedi2022. |
Receipt |
||
Receipt number | {{receipt_data.receipt_no or ''}} | |
Payment Date | {% if receipt_data.paid_at: %} {{receipt_data.paid_at.strftime('%d-%m-%Y %H:%M:%S') or ''}}{% endif %} | |
Paid By | {% if receipt_data.is_offline == 1 %} {{ receipt_data.full_name }} {% else %} {% if receipt_data.parent_email == receipt_data.email and receipt_data.parent_mobile == receipt_data.mobile %} {{ receipt_data.full_name }} {% else: %} {% if receipt_data.parent_email and receipt_data.parent_mobile %} {{ receipt_data.full_name }} {% elif receipt_data.parent_email == None and receipt_data.parent_mobile %} {{ receipt_data.full_name }} {% elif receipt_data.parent_email and receipt_data.parent_mobile == None %} {{ receipt_data.full_name }} {% else %} {% endif %} {% endif %} {% endif %} | |
Delegate Information | {{receipt_data.delegate_details | safe }} | |
Total Amount | {% if amount_with_commas == "Free" :%}Free | {% else: %}Rs.{{amount_with_commas}} ({{ amount_in_words}} Rupees Only) | {% endif %}
Payment method | {{receipt_data.payment_method or ''}} | |
Payment Status | {{receipt_data.payment_status or ''}} | |
Reference Number | {{receipt_data.api_payment_id or ''}} |
This email can be treated as a record for the confirmation of your delegate registration. This is an auto-generated email and hence no signature affixed. For assistance, please write to {{receipt_data.e_support_email or ''}} and expect a response in two working days. {% if conf.conf_id == 17 %}Please click here to book accomadation for TRICON 23 {% endif %} |