Sindbad~EG File Manager
{% extends "users/email/base_email.html" %}
{% block content %}
{% set confData = Auth.get_conference(conf_id) %}
<div style="background-color:#003366;color: white;padding:20px;font-size: 24px;text-align: center;"><b>{{confData.conf_name}} INSTRUCTION COURSE</b></div><br>
<p style="line-height:23px">
<span style="font-size: i8px;"> Dear {{data.prefix or '' }} {{data.full_name or '' }},</span> <br><br>Thank you for submitting {{ data.abs_type or '' }} for the {{confData.conf_name}}. Your submission entitled <span style="color: red;"><b>"{{data.title or '' }}"</b></span> is successful. The reference number for this submission is
<b style="color:red;"> {{data.abs_type or '' }}{{data.abs_no or '' }} </b>.
Please quote this number in all your correspondence. The outcome of your submission will be intimated to you in due course.
</p>
<table>
<tr>
<th>Chief Instructor Number</th>
<td>{{data.membership_no or 'Non-Member'}}</td>
</tr>
<tr>
<th>Chief Instructor Name</th>
<td>{{data.full_name or ''}}</td>
</tr>
<tr>
<th>Section</th>
<td>{{data.display_name or ''}}</td>
</tr>
<tr>
<th>Duration of course</th>
<td>{{data.duration or ''}}</td>
</tr>
</table> <br>
<table >
<tr style="background-color: #7c7a7af0;color: white;">
<th class="titles">Title of the Course</th>
</tr>
<tr>
<td><p>{{data.title or ''}}</p></td>
</tr>
</table><br>
<table>
<tr style="background-color: #7c7a7af0;color: white;">
<th class="titles">Synopsis</th>
</tr>
<tr>
<td><p>{{data.synopsis or ''}}</p></td>
</tr>
</table> <br>
<table>
<thead style="background-color: #7c7a7af0;color: white;">
<th class="colors" scope="col">ORDER NO</th>
<th class="colors" scope="col">AUTHORS DETAILS</th>
<th class="colors" scope="col">TOPIC</th>
<th class="colors" scope="col">DURATION</th>
</thead>
<tbody>
{% if data1 %}
{% for i in data1 %}
<tr>
<td data-label="ORDER NO">{{i.order_no}}</td>
<td data-label="AUTHORS DETAILS">{{i.full_name}} ({{i.membership_no or 'Non-Member'}}),{{i.email}},{{i.mobile}}</td>
<td data-label="TOPIC">{{i.topic}}</td>
<td data-label="DURATION">{{i.duration}}</td>
</tr>
{% endfor %}
{% endif %}
<tr>
<td colspan="3" style="text-align: center;">Total duration(include panel discussion : {{data.panel_discussion or ''}}) </td>
<td data-label="DURATION" >{{data.total_duration or ''}} Mins</td>
</tr>
</tbody>
</table>
<div class="footer" >
<h3>Thanks for your submission..!</h3> <h5 style="color: red;">Regards<br>{{confData.conf_name}}</h5>
</div>
{% endblock %}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists