Sindbad~EG File Manager

Current Path : /proc/self/cwd/food_kit_scan_badges/core/templates/conferenceapp/email/
Upload File :
Current File : //proc/self/cwd/food_kit_scan_badges/core/templates/conferenceapp/email/confirmation_mail.html

{% extends 'conferenceapp/email/email_layout.html' %}
{% block head %}
{% endblock %}
{% block title %}Confirmation Mail{% endblock %} 
{% block content %} 
              <tbody>
               <tr style="border-top: none !important;">
                  <td colspan="2" style="text-align:center;color:#dc396f;font-weight: bold;text-transform:uppercase;"><h3>Delegate Registration confirmation</h3></td>
               </tr>
              <tr style="border-top: none !important;">
                 <td> <span>Delegate Number : </span></td>
                 <td>{{delegate.delegate_no or '' }}</td>
              </tr>
              <!--{% if delegate.membership_no : %}-->
              <!--<tr>-->
              <!--   <td>Membership Number</td>-->
              <!--   <td>{{delegate.membership_no or ''}}</td>-->
              <!--</tr>-->
              <!--{% endif %}-->
              <tr>
                 <td>Name</td>
                 <td>{{delegate.prefix or ''}}{{delegate.full_name or ''}}</td>
              </tr>

              <tr>
                 <td>Email Id</td>
                 <td>  {{delegate.email or ''}}</td>
              </tr>
            {% if delegate.mobile : %}
              <tr>
                 <td>Mobile No</td>
                 <td>  {{delegate.mobile or ''}}</td>
              </tr>
            {% endif %}  

            {% if delegate.mc_number : %}
              <tr>
                 <td>Medical Council Number</td>
                 <td>  {{delegate.mc_number or ''}}</td>
              </tr>
            {% else %}
               <tr>
                 <td>Medical Council Number</td>
                 <td><b>Not Provided</b></td>
              </tr>    
            {% endif %} 


            {% if delegate.mc_state : %}
              <tr>
                 <td>Medical Council State</td>
                 <td>  {{delegate.mc_state or ''}}</td>
              </tr>
            {% else %}
               <tr>
                 <td>Medical Council State</td>
                 <td><b>Not Provided</b></td>
              </tr>  
            {% endif %}

              <!--<tr>-->
              <!--   <td>Gender</td>-->
              <!--   <td>  {{delegate.gender or ''}}</td>-->
              <!--</tr>-->

              <!--<tr>-->
              <!--   <td>Address</td>-->
              <!--   <td>{{delegate.address | safe or ''}}-->
              <!--   </td>-->
              <!--</tr>-->

              <tr>
                 <td>Delegate Type</td>
                 {% if conf.conf_id == 7 %}
                 <td>{{delegate.member_type}}</td>
                 {% else %}
                 <td> {{delegate.user_type or ''}}</td>
                 {% endif %}
              </tr>
              
              
            {% if conf.conf_id == 22 %}
             <tr>
                 <td>Registered Details</td>
                 {% if delegate.reg_for_without_amount %}
                 <td>{{delegate.reg_for_without_amount|replace(",", "<br>")|safe }}</td>
                 {% else %}
                 <td></td>
                 {% endif %}
              </tr>
            {% endif %}  
              
             {% if delegate.accom_persons %}
              <tr>
                 <td>Accompany Person Details</td>
                 <td> {{delegate.accom_persons|replace(",", "<br>")|safe }}</td>
              </tr>
             {% endif %}

              <tr>
                 <td>Registered on</td>
                 <td>{% if delegate.registered_dt: %}  {{delegate.registered_dt.strftime('%d-%m-%Y %H:%M:%S')[:-3] or ''}}{% endif %}</td>
              </tr>

              <tr>
                 <td>Registered by</td>
                 <td>
                  {% 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 %}
                  </td>
                 <!-- <td>{{delegate.parent_email or ''}} /{{delegate.parent_mobile or ''}}</td> -->
              </tr>

              <tr style="border-top: none !important;">
                 <td colspan="2">
                     <p style="font-weight: bold;">This email can be treated as a record for the confirmation of your delegate registration.</p>
                     <p style="font-weight: bold;">For assistance, please write to {{delegate.e_support_email or ''}} and expect a response in two working days. </p>
                     {% if conf.conf_id == 17 %}
                     <p style="font-weight: bold;">Please <a href="https://delegate.tnoa.info/{{conf.conf_id}}/{{conf.conf_key}}/auto_login/{{delegate.user_uuid}}" target="_blank">click here </a>to book accomadation for TRICON 23</p> 
                     {% endif %}    
                 </td>
              </tr>
              </tbody> 

{% endblock %}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists