{% extends "ui/templates/base/layout.html" %} {% block content %}

{% if mode == 'edit' %}Edit Service Catalogue{% else %}Create Service Catalogue{% endif %}

This value will be copied to client engagements when the service is assigned.

Used only for Registration-level services. Values come from the active Registration Type Master.

{% if request.query_params.get('error') == 'registration_type' %}

Select an active Registration Type Master value.

{% endif %}

Applicability

Cancel
{% endblock %}