{% extends 'page.html'%} {% load static %} {% block breadcrumbs %}
  • Invited Speakers
  • List of Abstracts
  • {% endblock %} {% block userblock %}
  • {{ current_user }}
  • Logout
  • {% endblock %} {% block content %}

    {{ paper.title }}

    {{ paper.user.first_name }} {{ paper.user.last_name }}

    {{ paper.bio }}


    Abstract:

    {{ paper.abstract|safe }}

    Affiliation: {{ paper.affiliation }}

    Links: {{ paper.links }}

    {% if attachment%}

    View Attachment

    {% endif %}
    {% if reviewer %}
    Comments
    {% for comment in comments %}
    {{ comment.comment_by.first_name }} {{ comment.comment_by.last_name }}

    {{ comment.comment|safe }}

    {% endfor %}
    {% csrf_token %}
    {% endif %} {% endblock %}