{% load guardian_tags %} {% load bootstrap %} {% get_obj_perms request.user for productionstream as "sub_perms" %}

While the new production page is being built: go the the (old) stream detail page to manage this stream.

Actions

{% if perms.scipost.can_take_decisions_related_to_proofs %}

{% endif %} {% if "can_work_for_stream" in sub_perms %}

{% endif %}

Work log here
{% if perms.scipost.can_draft_publication or perms.scipost.can_publish_accepted_submission %}

{% if perms.scipost.can_publish_accepted_submission %}
{% endif %} {% if perms.scipost.can_draft_publication and stream.status == 'accepted' %} {% endif %}
{% endif %}
{% comment %}

Actions

{% endcomment %}
{% comment %} This might be better to refactor with an OOB response on each event addition {% endcomment %}

Events