{{#if (starts-with 'duplicate intention found:' api.error.detail)}}
Intention exists
An intention already exists for this Source-Destination pair. Please enter a different combination of Services, or search the intentions to edit an existing intention.
{{else}}
Error!
There was an error saving your intention.
{{#if (and api.error.status api.error.detail)}}
{{api.error.status}}: {{api.error.detail}}
{{/if}}
{{/if}}