Actions
{% if perms.scipost.can_take_decisions_related_to_proofs %}
{% endif %}
{% if "can_work_for_stream" in sub_perms %}
{% endif %}
{% 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
- Worklog
{% if "can_work_for_stream" in sub_perms %}
{% if perms.scipost.can_upload_proofs and upload_proofs_form %}
{% endif %}
{% endif %}
- Accessibility
- Send Proofs
{% endcomment %}