Sindbad~EG File Manager

Current Path : /home/numerotech/hs.numerotech.com/scan_v1/core/templates/conferenceapp/email/
Upload File :
Current File : //home/numerotech/hs.numerotech.com/scan_v1/core/templates/conferenceapp/email/sample.html

<!DOCTYPE html>
<html>
   <head>
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width, initial-scale=-1">
      <title></title>
      <style type="text/css">
         table {
         font-family: arial, sans-serif;
         border-collapse: collapse;
         max-width: 640px;
         border-spacing: 0 !important;
         }
         td {
         border: 1px solid black;
         /*text-align: left;*/
         padding: 10px;
         width: 50%;
         }
         #header_1
         {
         padding: 0px !important;
         border-bottom: none;
         margin-bottom: 0px;
         border-spacing: 0px;
         }
      </style>
   </head>
   <body >
      <input type="hidden"  name="user_id" id="user_id"  value="{{delegate.user_id}}">
      <input type="hidden"  name="society_id" id="conf_id"  value="{{conf_id}}" >
      <table style="margin:0px auto">
         <tr style="padding:0px !important;">
            <td colspan="2" id="header_1">
               <img src="{{ conf.mail_header_logo}}" alt="Logo" style="width:640px;height:120px;"> 
               <!-- <img src="https://delegate.urbanedge.co.in/static/images/headers/header_image_left.png" alt="Logo" style="width:640px;height:130px;">  -->  
            </td>
         </tr>
         <tbody >
            <tr style="border-top: none !important;">
               <td colspan="2" style="text-align:center;color:#dc396f;font-weight: bold;text-transform:uppercase;padding: 0px 0px;">
                  <span>
                     <h3>Delegate Registration confirmation</h3>
                  </span>
               </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 %}  
            <tr>
               <td>Gender</td>
               <td>  {{delegate.gender or ''}}</td>
            </tr>
            <tr>
               <td>Address</td>
               <td>
                  <p>  {{delegate.address1 or ''}}<br>
                     {{delegate.address2 or ''}}<br>
                     {{delegate.address3 or ''}}<br>
                     {{delegate.city or ''}}<br>
                     {{delegate.pincode or ''}}<br>
                  </p>
               </td>
            </tr>
            <tr>
               <td>Delegate Type</td>
               <td> {{delegate.user_type or ''}}</td>
            </tr>
            <!-- <tr>
               <td>Total Amount</td>
               <td>Rs.{{delegate.total_amount or ''}}</td>
               </tr> -->
            <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: %} {{ delegate.parent_email or ''}} / {{delegate.parent_mobile or ''}} {% endif %} 
                  {% endif %}
               </td>
               <!-- <td>{{delegate.parent_email or ''}} /{{delegate.parent_mobile or ''}}</td> -->
            </tr>
         </tbody>
      </table>
      <br/>
      <table style="margin:0px auto">
         <tbody >
            <tr>
               <td colspan="2"style="text-align:center;color:#dc396f;font-weight: bold;text-transform:uppercase;padding: 0px 0px;">
                  <span>
                     <h3>Receipt</h3>
                  </span>
               </td>
            </tr>
            <tr>
               <td> <span >Receipt number</span>   </td>
               <td> <span>{{receipt_data.receipt_no or ''}}</span> </td>
            </tr>
            <!--{% if receipt_data.membership_no : %}-->
            <!--  <tr>-->
            <!--       <td>Membership Number</td>-->
            <!--       <td>{{receipt_data.membership_no or ''}}</td>-->
            <!--  </tr>-->
            <!--  {% endif %}-->
            <tr>
               <td>Payment Date</td>
               <td>{% if receipt_data.paid_at: %}  {{receipt_data.paid_at.strftime('%d-%m-%Y %H:%M:%S') or ''}}{% endif %}</td>
            </tr>
            <tr>
               <td>Delegate Information</td>
               <td>  {{receipt_data.delegate_details | safe }}</td>
            </tr>
            <tr>
               <td> Total Amount</td>
               {% if amount_with_commas == Free :%}
               <td>
                  Rs.0 <!-- ({{ amount_in_words}} Rupees Only) -->
               </td>
               {% else: %}
               <td> Rs.{{amount_with_commas}} ({{ amount_in_words}} Rupees Only)</td>
               {% endif %}
            </tr>
            <tr>
               <td> Payment method</td>
               <td> {{receipt_data.payment_method or ''}}</td>
            </tr>
            <tr>
               <td> Payment Status</td>
               <td>  {{receipt_data.payment_status or ''}}</td>
            </tr>
            {% if receipt_data.api_payment_id %}
            <tr>
               <td> Reference Number</td>
               <td>  {{receipt_data.api_payment_id or ''}}</td>
            </tr>
            {% endif %}
            <!--             {% if receipt_data.remarks %}
               <tr>
                  <td> Remarks</td>
                  <td>  {{receipt_data.remarks or ''}}</td>
               </tr>
               {% endif %} -->
  <!--           <tr>
               <td colspan="2">
                  
               </td>
            </tr> -->
         </tbody>
      </table>
      <br/>
      <table style="margin:0px auto;">
         <tbody >
            <tr>
               <td style="border:none;">
      
      <p style="font-weight: bold;text-align: left;">This email can be treated as a record for the confirmation of your delegate registration.</p>
      <p style="font-weight: bold;text-align: left;">This is an auto-generated email and hence no signature affixed.</p>
      <p style="font-weight: bold;text-align: left;">For assistance, please write to {{receipt_data.e_support_email or ''}} and expect a response in two working days. </p>
   </td>
</tr>
      </table>
      
   </body>
</html>

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