{% if data.handoff %}{{ data.handoff.objective|truncate(120, true) }}{% else %}{{ t.handoff_empty }}{% endif %}
{{ t.recorded_state }}
{% if data.handoff %}
-
{% for statement in data.handoff.state[:3] %}
- {{ statement.text|truncate(120, true) }} {% endfor %}
{{ t.handoff_empty_body }}
{% endif %}{{ t.complete_notice if data.handoff.disposition == 'complete' else t.blocked_notice }}
{% endif %}