Greetings, [% workgroup %]
[% SWITCH type %]
[% CASE 'provisioned' %]
Circuit [% circuit_description %] has been provisioned by [% last_modified_by %] on [% human_time %].
[% CASE 'removed' %]
The circuit: [%circuit_description%] has been decommissioned by [% last_modified_by %] on [% human_time %].
[% CASE 'modified' %]
The circuit: [% circuit_description %] has been edited by user [% last_modified_by %] on [% human_time %].
[% CASE 'change_path' %]
The following circuit has successfully changed path to the [% active_path %] path because [% reason %] on [% human_time %].
[% CASE 'restored' %]
This circuit has been restored because [% reason %] on [% human_time %].
[% END %]
[% IF type == 'removed' %]
Circuit Layout prior to decommissioning:
[% ELSE %]
New Circuit Layout:
[% END %]
[% clr %]
|