{% extends "ui/templates/base/layout.html" %} {% block content %}
{% set _uiux_partner_role_text = (current_user_roles or [])|join('|')|lower %} {% if 'partner' in _uiux_partner_role_text %} {% include "ui/templates/components/partner_navigation_v2.html" %} {% endif %}

Edit Client Service Subscription

{{ scope_display.primary if scope_display else plan.client.client_name }} — {{ plan.catalogue.service_name }} {% if scope_display and scope_display.context %} {{ scope_display.context }} {% endif %}

Back
{% if saved %}
Subscription defaults saved. {{ updated_engagements }} open engagement(s) and {{ updated_tasks }} unfinished Staff task(s) were updated.
{% endif %} {% if error %}
The subscription could not be saved. Please verify the selected team, dates, status and propagation option.
{% endif %}

Default Assignment Team

These defaults will be used for newly generated engagements.

Subscription Settings

Apply Team Change

Completed and locked engagements, completed tasks, evidence and review history are never changed.

Leave blank to update all open engagements under this subscription.

Cancel
{% endblock %}