{% extends 'submissions/admin/base.html' %} {% block breadcrumb_items %} {{ block.super }} Proceedings Proceedings details {% endblock %} {% block pagetitle %}: Proceedings details{% endblock pagetitle %} {% block content %}

Proceedings details

{{ proceedings }}

Edit Proceedings
{% include 'partials/proceedings/summary.html' with proceedings=proceedings %} {% comment %}
{% csrf_token %}
Edit Fellowship {% endcomment %}

All Guest Fellowships of this Proceedings

{% for fellowship in proceedings.fellowships.all %} {% endfor %}
Fellowship ID Fellow Type Date range
{{ fellowship.id }} {{ fellowship.contributor }} {{ fellowship.guest|yesno:"Guest fellowship,Regular fellowship"|safe }} {% if fellowship.start_date %} from {{ fellowship.start_date }} {% endif %} {% if fellowship.until_date %} until {{ fellowship.until_date }} {% endif %} {% if not fellowship.start_date and not fellowship.until_date %} Unlimited {% endif %} See details

All Submissions for this Proceedings Issue

{% for submission in proceedings.submissions.all %} {% endfor %}
Submission Author List Status
{{ submission.preprint.identifier_w_vn_nr }}, {{ submission.title|truncatechars:50 }} {{ submission.author_list }} {{ submission.get_status_display }} Editorial Page
{% endblock %}