{% extends 'submissions/admin/base.html' %} {% block breadcrumb_items %} {{ block.super }} Proceedings {% endblock %} {% block pagetitle %}: Proceedings details{% endblock pagetitle %} {% block content %}
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 |
Submission | Author List | Status | |
---|---|---|---|
{{ submission.preprint.identifier_w_vn_nr }}, {{ submission.title|truncatechars:50 }} | {{ submission.author_list }} | {{ submission.get_status_display }} | Editorial Page |