{% include 'components/reading-style.html' %} {% from 'components/record-references.html' import record_references with context %} {% from 'macros.html' import evidence_link with context %} {% if data.handoff %}
← {{ t.back_handoffs }}{{ t.handoff }} · {{ data.title }} · {{ t.revision }} {{ data.handoff.revision }}

{{ 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 %}
{% else %}

{{ t.no_omissions }}

{% endif %}
{% call record_references(data.handoff, 'handoff') %} {% include 'components/record-sources.html' %} {% endcall %}
{% include 'components/evidence-modal.html' %} {% else %}

{{ t.handoff_empty }}

{{ t.handoff_empty_body }}

{% endif %}