{{ data.handoff.objective }}
{% if data.handoff.disposition in ['complete', 'blocked'] %}{{ t.complete_notice if data.handoff.disposition == 'complete' else t.blocked_notice }}
{% endif %}{{ t.recorded_state }}
- {% for statement in data.handoff.state %}
- {{ statement.text }} {% endfor %}
{{ t.next_action }}
{{ data.handoff.next_action.text if data.handoff.next_action else t.no_next_action }}
{{ t.handoff_omissions }}
{% if data.handoff.omissions %}- {% for omission in data.handoff.omissions %}
- {{ omission.text }} {% endfor %}
{{ t.no_omissions }}
{% endif %}