{% extends 'production/base.html' %} {% block breadcrumb_items %}
{% endblock %} {% block pagetitle %}: Production page{% endblock pagetitle %} {% load bootstrap %} {% block content %}
{{ stream.submission.title }}
by {{ stream.submission.author_list }}
{{ stream.get_status_display }}
Authors | Title | Accepted | Latest Event | Date |
---|---|---|---|---|
{{ stream.submission.author_list }} | {{ stream.submission.title }} | {{ stream.submission.acceptance_date|date:"Y-m-d" }} | {{ stream.events.last.get_event_display }} | {{ stream.events.last.noted_on }} |
{% include 'production/partials/production_stream_card.html' with stream=stream prodevent_form=prodevent_form assign_officer_form=assign_officer_form assign_supervisor_form=assign_supervisor_form %} | ||||
No production streams found. |
Date | Stream | Event | Duration |
---|---|---|---|
{{ event.noted_on }} | {{ event.stream }} | {{ event.get_event_display }} | {{ event.duration }} |
No events found. |