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

Map Subscription Scope

{{ 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 to Subscription
{% if error_message %}
{{ error_message }}
{% endif %} {% if saved %}
Subscription scope updated. Open engagements updated: {{ updated_engagements }}.
{% endif %}

Current Scope

Scope Type
{{ (plan.scope_type or 'client')|replace('_',' ')|title }}
Business Unit
{{ scope_business.business_name if scope_business else '-' }}
Client Branch
{{ scope_branch.branch_name if scope_branch else '-' }}
Registration
{% if scope_registration_type and scope_registration %} {{ scope_registration_type.code }} — {{ scope_registration.registration_number }} {% else %}-{% endif %}
{% if plan.catalogue.required_registration_type %}

Required by Service Catalogue: {{ plan.catalogue.required_registration_type }}

{% endif %}
This action does not change the Client, subscription ID, engagement IDs, due dates, assignment team, tasks, evidence or review history.
Cancel
{% endblock %}