{% load primaryactions_tags %}
{% if request.user|should_display_primary_actions_block:object %}
Actions to take
{% 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" %}
{% endif %}