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/pp_submit.html

{% extends "users/email/base_email.html" %}
{% block content %}
<table>
    <tr>
        <td>
            <h2>Paper/ 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 Paper/ Poster Presentation abstract titled "{{data.title or '' }}" 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 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>
    <tr>
        <th>Type of presentation:</th>
        <td>{{data.type or '' }}</td>
    </tr>
    <tr>
        <th>Time Duration:</th>
    <td>{% if data.presentation_type_id == 15 %}5 Minutes presentation + 2 Minutes discussion {% else %} 8 Minutes presentation + 2 Minutes discussion {% endif %}</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">Abstracts:</th>
    </tr>
<tr>
    <td><p>{{data.synopsis or '' }}</p></td>
</tr>
<tr>
    <th>Co-Authors:</th>
</tr>
</table>
          {% if data1 %}
<table>
  <thead>
            <th width="20%" id="boder" scope="col">MEMBERSHIP NO</th>
            <th width="30%" id="boder" scope="col">AUTHOR 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 %}
</table>
            {% else %}
                <div>No Co-Author selected</div>

          {% endif %}
            </div>

        </section>
        {% endblock %}

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