2018-08-29 18:14:31 +00:00
{{ # if ( eq type 'create' ) }}
{{ # if ( eq status 'success' ) }}
Your intention has been added.
{{ else if ( eq status '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 }}
There was an error adding your intention.
{{ / if }}
{{ else if ( eq type 'update' ) }}
{{ # if ( eq status 'success' ) }}
Your intention has been saved.
2020-04-24 13:37:35 +00:00
{{ else if ( eq status 'error' ) }}
2018-08-29 18:14:31 +00:00
There was an error saving your intention.
{{ / if }}
{{ else if ( eq type 'delete' ) }}
{{ # if ( eq status 'success' ) }}
Your intention was deleted.
2020-04-24 13:37:35 +00:00
{{ else if ( eq status 'error' ) }}
2018-08-29 18:14:31 +00:00
There was an error deleting your intention.
{{ / if }}
{{ / if }}
2020-05-19 16:18:04 +00:00
{{ # let error .errors .firstObject as | error | }}
{{ # if error .detail }}
<br /> {{ concat '(' ( if error .status ( concat error .status ': ' ) ) error .detail ')' }}
{{ / if }}
{{ / let }}
2018-08-29 18:14:31 +00:00