Authors |
Title |
Accepted |
Latest Event |
Date |
{% for stream in streams %}
{{ 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 assignment_form=assignment_form %}
|
{% empty %}
No production streams found. |
{% endfor %}
Date |
Stream |
Event |
Duration |
{% for event in ownevents %}
{{ event.noted_on }} |
{{ event.stream }} |
{{ event.get_event_display }} |
{{ event.duration }} |
{% empty %}
No events found. |
{% endfor %}
{% if perms.scipost.can_promote_user_to_production_officer %}
Production Tream
Current Production Team
{% for officer in production_officers %}
- {{ officer }}
{% endfor %}
{% if new_officer_form %}
Promote user to Production Officer
{% endif %}
{% endif %}
{% endblock content %}