{{ services_copy.heading }}

{{ services_copy.umbrella }}

{% for row in services_copy.services %} {% set initial = services_initial[row.id] %} {% set operation = initial.operation %} {% set label_key = operation.phase if operation else initial.state %}

{{ row.label }}

{{ services_copy.state_labels.get(label_key, label_key) }}

{{ row.description }}

{{ operation.guidance if operation and operation.guidance else initial.guidance or "" }}

{% if row.manage_href %} {{ row.manage_affordance }} {% endif %} {% if row.coming_soon %} {{ services_copy.coming_soon_label }} {% endif %}
{% endfor %}