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}} VIDEO PRESENTATION</b></div><br><br>
<p style="line-height:23px">
<span style="font-size:18px;"> Dear {{data.prefix or '' }} {{data.full_name or '' }},</span>
<br>Thank you for submitting {{ data.abs_type or '' }} for the {{confData.society_intial}}. Your submission entitled <b style="color:red;">"{{data.title or '' }}"</b> 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 Author Membership Number</th>
<td>{{data.membership_no or ''}}</td>
</tr>
<tr>
<th>Chief Author Name</th>
<td>{{data.full_name or '' }}</td>
</tr>
</table>
<br>
<p><b>PRESENTING AUTHOR :</b></p>
<table>
<thead style="background-color:black;color:white;">
<th scope="MEMBERSHIP NO">MEMBERSHIP NO</th>
<th scope="AUTHORS NAME">AUTHORS NAME</th>
<th scope="Email">EMAIL</th>
<th scope="MOBILE">MOBILE</th>
</thead>
<tbody>
{% if data2 %}
<tr>
<td>{{data2.membership_no or 'Non-Member' }}</td>
<td>{{data2.full_name or '' }}</td>
<td>{{data2.email or '' }}</td>
<td>{{data2.mobile or '' }}</td>
</tr>
{% endif %}
</tbody>
</table>
<br>
<table>
<tr>
<th>Video flim category</th>
<td>{{data.display_name or '' }}</td>
</tr>
</table>
<br>
<table>
<tr>
<th class="titles">Title of the paper</th>
</tr>
<tr>
<td><p>{{data.title or '' }}</p></td>
</tr>
<tr>
<th class="titles">Synopsis</th>
</tr>
<tr>
<td><p>{{data.synopsis or '' }}</p></td>
</tr>
</table>
<br>
<p><b>Following are the list of Co-Authors you have selected :</b></p>
<table>
<thead style="background-color:black;color:white;">
<th scope="col">MEMBERSHIP NO</th>
<th scope="col">NAME</th>
<th scope="col">EMAIL</th>
<th scope="col">MOBILE</th>
</thead>
{% if data1 %}
{% for i in data1 %}
<tbody>
<tr>
<td data-label="MEMBERSHIP NO">{{i.membership_no or 'Non-Member' }}</td>
<td data-label="NAME">{{i.full_name or '' }}</td>
<td data-label="EMAIL">{{i.email or '' }}</td>
<td data-label="MOBILE">{{i.mobile or '' }}</td>
</tr>
</tbody>
{% endfor %}
{% endif %}
</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