Actions to take
{% if PROJECTS_ENABLED %}
{% if object.accepted_for_funding and not object.project %}
Create Project
{% endif %}
{% endif %}
{% if not object.screening_status %}
Screen application
{% endif %}
{% if object.ready_for_determination %}
{% include 'determinations/includes/determination_button.html' with submission=object class="button--bottom-space" draft_text="Complete draft determination" %}
{% endif %}
{% if object.in_internal_review_phase or object.in_external_review_phase %}
{% include 'review/includes/review_button.html' with submission=object class="button--full-width button--bottom-space" draft_text="Complete draft review" %}
{% if object.in_external_review_phase or not object.has_all_reviewer_roles_assigned %}
Assign reviewers
{% endif %}
{% endif %}
Update status
Revisions
Meta Terms
Create Reminder