Sindbad~EG File Manager

Current Path : /home/numerotech/test-abs.numerotech.com/common_abs_v2/core/templates/users/email/
Upload File :
Current File : //home/numerotech/test-abs.numerotech.com/common_abs_v2/core/templates/users/email/EP_submit.html

{% extends "users/email/base_email.html" %}
{% block content %}
<table>
    <tr>
        <td>
            <h2>E-Poster Presentation Abstract Submission </h2>

        </td>
    </tr>
    <tr>
        <td>
            <p>
                <b>Dear {{data.prefix or '' }} {{data.full_name or '' }},</b> 
                <br><br>
                Thank you for submitting E-Poster Presentation abstract titled "<span style="color:red">{{data.title or '' }}</span>" for the  {{ Auth.get_conference(conf_id).get('conf_key') | upper }}. The abstract 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>
              </td>
          </tr>
          </table>
        <section class="details">
            <h4 style="color:blue">Your Abstract {{data.abs_type or '' }} details :</h4>

            <div class="detailstable">
<table>
  <tr>
    <th>Chief Author :
    {{data.full_name or '' }} ({{data.membership_no or 'Non Member' }})</th>
  </tr>
  <tr>
      <th ><br>Presenting author :</th>
     </tr></table>
      <table >
            <thead>
              <th width="20%" id="boder" scope="MEMBERSHIP NO">MEMBERSHIP NO</th>
              <th width="30%" id="boder" scope="AUTHORS NAME">AUTHOR NAME</th>
              <th width="30%" id="boder" scope="Email">EMAIL</th>
              <th width="20%" id="boder" scope="MOBILE">MOBILE</th>
            </thead>
            <tbody>
              {% if data2 %}
              <tr>
                <td width="20%" id="boder">{{data2.membership_no or 'Non Member' }}</td>
                <td id="boder" >{{data2.full_name or '' }}</td>
                <td id="boder">{{data2.email or '' }}</td>
                <td id="boder">{{data2.mobile or '' }}</td>
              </tr>
              {% endif %}
            </tbody>
       </table><br>
<table>
    <tr>
        <th>Category :</th>
        <td>{{data.display_name or '' }}</td>
    </tr>
</table><br>
<table>
    {% if data.path %}
    <tr>
        <th class="titles">Uploaded Image : </th>
    </tr>
    <tr>
        <th><img src="{{ data.path or '' }}{{ data.file_name }}" width="300px"></th>
    </tr>
    {% endif %}
    <tr>
        <th class="titles">Title of the Poster : </th>
    </tr>
<tr>
    <td><p>{{data.title or ''}}</p></td>
</tr>

    <tr>
        <th class="titles">Aims and Objectives : </th>
    </tr>
<tr>
    <td><p>{{data.synopsis or ''}}</p></td>
</tr>
<tr>
    <th class="titles">Materials and methods: </th>
    </tr>
<tr>
    <td><p>{{data.methods or ''}}</p></td>
</tr>
<tr>
    <th class="titles">Results and Conclusions : </th>
</tr>
<tr>
    <td><p>{{data.results or '  '}}</p></td>
</tr>
<tr>
    <th>Co-Authors :</th>
</tr>
</table>
<table>
          {% if data1 %}
        <thead>
            <th width="20%" id="boder" scope="col">MEMBERSHIP NO</th>
            <th width="30%" id="boder" scope="col">NAME</th>
            <th width="30%" id="boder" scope="col">EMAIL</th>
            <th width="20%" id="boder" scope="col">MOBILE</th>
        </thead>
          {% for i in data1 %}
          <tbody>
            <tr>
              <td id="boder" data-label="MEMBERSHIP NO">{{i.membership_no or 'Non Member' }}</td>
              <td id="boder" data-label="NAME">{{i.full_name or '' }}</td>
              <td id="boder" data-label="EMAIL">{{i.email or '' }}</td>
              <td id="boder" data-label="MOBILE">{{i.mobile or '' }}</td>
            </tr>
          </tbody>
          {% endfor %}
          {% else %}
          <tr>
            <th>No Co-Author Selected</th>
          </tr>
          {% endif %}
</table>
<table>
    <tr>
    <td>Do the Chief/Presenting/Co-Author have any financial interest? *</td>
    <td>{% if data.misc1 == "1" %}Yes {% else %} No{% endif %}</td>
  </tr>
</table>
</div>
</section>
        {% endblock %}

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