{% extends 'page.html'%} {% block breadcrumbs %}
Title | Speaker | Type | {% for paper in papers %}
---|---|---|
{{ paper.title }} | {{ paper.user.first_name }} {{ paper.user.last_name }} | {% if paper.talk_type %} Pecha Kucha {% else %} Talk {% endif %} |
* This is the final list of selected abstracts.
# Schedule of the talks & other details to follow.
{% endblock %}