{{#if_eq eventType compare="grabbed"}}Grabbed{{/if_eq}} {{#if_eq eventType compare="downloadFailed"}}Download Failed{{/if_eq}} {{#if_eq eventType compare="downloadFolderImported"}}Episode Imported{{/if_eq}}

{{#if_eq eventType compare="grabbed"}}
Name:
{{sourceTitle}}
{{#with data}} {{#if indexer}}
Indexer:
{{indexer}}
{{/if}} {{#if releaseGroup}}
Release Group:
{{releaseGroup}}
{{/if}} {{#if nzbInfoUrl}}
Info:
{{nzbInfoUrl}}
{{/if}} {{#if downloadClient}}
Download Client:
{{downloadClient}}
{{/if}} {{#if downloadClientId}}
Download Client ID:
{{downloadClientId}}
{{/if}} {{/with}}
{{/if_eq}} {{#if_eq eventType compare="downloadFailed"}}
Name:
{{sourceTitle}}
{{#with data}}
Message:
{{message}}
{{/with}}
{{/if_eq}} {{#if_eq eventType compare="downloadFolderImported"}}
{{#if sourceTitle}}
Name:
{{sourceTitle}}
{{/if}} {{#with data}} {{#if droppedPath}}
Source:
{{droppedPath}}
{{/if}} {{#if importedPath}}
Imported To:
{{importedPath}}
{{/if}} {{/with}}
{{/if_eq}}
{{#if_eq eventType compare="grabbed"}}{{/if_eq}}