{% extends 'base.html' %} {% load static %} {% block content %}
{% include 'admin_workspace/_admin_sidebar.html' %}

Abstract Review

Review uploaded scientific abstracts and presentations.

{% for u in users %} {% empty %} {% endfor %}
Participant Presentation Type Theme Document
{{ u.first_name }} {{ u.last_name }}
{{ u.email }}
{{ u.participation.get_presentation_type_display|default:"-" }} {{ u.participation.theme|default:"-" }} {% if u.abstract.file %} View Abstract {% else %} No Document {% endif %}
No abstracts found.
{% endblock %}