{% extends 'conferenceapp/email/email_layout.html' %} {% block head %} {% endblock %} {% block title %}Confirmation Mail{% endblock %} {% block content %}

Delegate Registration confirmation

Delegate Number : {{delegate.delegate_no or '' }} Name {{delegate.prefix or ''}}{{delegate.full_name or ''}} Email Id {{delegate.email or ''}} {% if delegate.mobile : %} Mobile No {{delegate.mobile or ''}} {% endif %} {% if delegate.mc_number : %} Medical Council Number {{delegate.mc_number or ''}} {% else %} Medical Council Number Not Provided {% endif %} {% if delegate.mc_state : %} Medical Council State {{delegate.mc_state or ''}} {% else %} Medical Council State Not Provided {% endif %} Delegate Type {% if conf.conf_id == 7 %} {{delegate.member_type}} {% else %} {{delegate.user_type or ''}} {% endif %} {% if conf.conf_id == 22 %} Registered Details {% if delegate.reg_for_without_amount %} {{delegate.reg_for_without_amount|replace(",", "
")|safe }} {% else %} {% endif %} {% endif %} {% if delegate.accom_persons %} Accompany Person Details {{delegate.accom_persons|replace(",", "
")|safe }} {% endif %} 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: %} {% if delegate.parent_email and delegate.parent_mobile %} {{ delegate.parent_email or ''}} / {{delegate.parent_mobile or ''}} {% elif delegate.parent_email == None and delegate.parent_mobile %} {{delegate.parent_mobile or ''}} {% elif delegate.parent_email and delegate.parent_mobile == None %} {{ delegate.parent_email or ''}} {% else %} {% endif %} {% endif %} {% endif %}

This email can be treated as a record for the confirmation of your delegate registration.

For assistance, please write to {{delegate.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 %} {% endblock %}